mirror of
https://github.com/alexadam/save-as-ebook.git
synced 2025-09-11 01:44:44 +00:00
5 lines
108 B
JavaScript
5 lines
108 B
JavaScript
chrome.runtime.onMessage.addListener(function(request) {
|
|
console.log('rrrrrrrrrr', request.type);
|
|
|
|
|
|
});
|