Inspect and view changes in PrismPDF source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "PrismPDF",
"version": "1.0",
"description": "Advanced PDF viewer with enhanced features",
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"permissions": [
"<all_urls>",
"storage",
"downloads",
"tabs"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"web_accessible_resources": [
"viewer.html",
"pdf.js",
"pdf.worker.js"
],
"browser_action": {
"default_icon": "icons/icon-48.png",
"default_title": "PrismPDF",
"default_popup": "popup/popup.html"
},
"options_ui": {
"page": "options/options.html",
"open_in_tab": true
},
"browser_specific_settings": {
"gecko": {
"id": "{9be60fc4-6752-460a-adce-c483d39386be}"
}
}
} 최고의 PrismPDF 대안
다음은 PrismPDF과(와) 유사한 Firefox add-on입니다: