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",
"manifest_version": 3,
"name": "PDF to HTML Converter",
"default_locale": "en",
"description": "__MSG_extDescription__",
"author": "[email protected]",
"version": "4.3",
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"background": {
"service_worker": "background.js"
},
"action": [],
"permissions": [
"webRequest",
"storage",
"webNavigation"
],
"host_permissions": [
"*:\/\/*\/*"
]
}