By: Aaron U'Ren
Inspect and view changes in Jelu Importer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Jelu Importer",
"description": "Scrape book metadata from major catalog sites and import into your self-hosted Jelu instance.",
"version": "1.8.0",
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"storage",
"activeTab",
"notifications",
"*://www.goodreads.com/*",
"*://goodreads.com/*",
"*://*.amazon.com/*",
"*://books.google.com/*",
"*://www.books.google.com/*",
"*://www.google.com/books/*",
"*://google.com/books/*",
"*://*.audible.com/*",
"https://www.googleapis.com/*"
],
"icons": {
"48": "assets/icon-48.png",
"96": "assets/icon-96.png",
"128": "assets/icon-128.png"
},
"content_scripts": [
{
"matches": [
"*://www.goodreads.com/*",
"*://goodreads.com/*",
"*://*.amazon.com/*",
"*://books.google.com/*",
"*://www.books.google.com/*",
"*://www.google.com/books/*",
"*://google.com/books/*",
"*://*.audible.com/*"
],
"js": [
"contentScript.js"
],
"run_at": "document_idle"
}
],
"browser_specific_settings": {
"gecko": {
"id": "jelu-importer@aauren",
"data_collection_permissions": {
"required": [
"none"
]
},
"strict_min_version": "109.0"
}
},
"browser_action": {
"default_popup": "popup.html",
"default_title": "Import book into Jelu"
}
} Best Jelu Importer Alternatives
Here are some Firefox add-ons that are similar to Jelu Importer: