Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "isPDF - Free PDF to WORD Converter and PDF tools",
"version": "1.25",
"description": "\u514d\u8d39PDF\u8f6cWord\u6587\u6863,PDF\u8f6c\u6587\u5b57,PDF\u63d0\u53d6\u6587\u5b57,OCR\u6587\u5b57\u8bc6\u522b,\u626b\u63cfPDF\u8f6c\u6362,\u5408\u5e76PDF,\u62c6\u5206PDF,\u5254\u9664PDF\u9875\u9762,\u63d0\u53d6PDF\u9875\u9762,PDF\u5de5\u5177",
"icons": {
"48": "icons\/icon64.png",
"128": "icons\/icon128.png",
"256": "icons\/icon256.png",
"512": "icons\/icon512.png"
},
"permissions": [
"activeTab",
"storage",
"sidePanel"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"action": {
"default_popup": "popup\/popup.html"
},
"side_panel": {
"default_path": "sidepanel\/sidepanel.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"lib\/Readability.js",
"lib\/html2canvas.min.js",
"content\/content.js"
],
"css": [
"content\/content.css"
]
}
],
"background": {
"service_worker": "background\/background.js"
},
"web_accessible_resources": [
{
"resources": [
"lib\/JSDOMParser.js",
"lib\/Readability.js",
"panel\/panel.html",
"panel\/url_rules.json",
"panel\/direct_use_url.json",
"content\/content-rules.json",
"content\/url_that_show_icon.json",
"content\/page_scissors.png",
"content\/timeline_scissors.png"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"panel\/upload.html"
],
"matches": [
"https:\/\/catebox.com\/*"
]
}
]
}