Inspect and view changes in Webpage to DOCX source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "Webpage to DOCX",
"description": "Convert any web page to DOCX.",
"version": "1.2.2",
"options_page": "options.html",
"browser_specific_settings": {
"gecko": {
"id": "webpagetodocx@grabz.it"
}
},
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"host_permissions": [
"*://grabz.it/*"
],
"permissions": [
"activeTab",
"storage",
"scripting",
"downloads"
],
"icons": {
"48": "icon48.png",
"64": "icon64.png",
"96": "icon.png",
"128": "icon128.png"
}
}