Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Epublifier",
"permissions": [
"downloads",
"storage",
"clipboardRead",
"unlimitedStorage",
"declarativeNetRequestWithHostAccess",
"declarativeNetRequestFeedback",
"scripting"
],
"options_ui": {
"page": "options.html"
},
"author": "Mao Yu<[email protected]>",
"description": "A tool to convert website based books or list of pages to ePub format to read on your eReader\/Kindle\/etc.",
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"manifest_version": 3,
"host_permissions": [
"<all_urls>"
],
"action": {
"default_icon": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"default_title": "Epublifier"
},
"web_accessible_resources": [
{
"resources": [
"js\/*.js",
"js\/*.map",
"css\/*.css",
"*.woff",
"*.woff2",
"*.ttf",
"sidebar.html",
"sandbox.html"
],
"matches": [
"<all_urls>"
]
}
],
"sandbox": {
"pages": [
"sandbox.html"
]
},
"background": {
"service_worker": "js\/service_worker.js"
},
"version": "3.0.159"
}