Inspect and view changes in Document Preview Exporter for Google Drive 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": "Document Preview Exporter for Google Drive",
"version": "1.2.4",
"permissions": [],
"action": {
"default_popup": "index.html"
},
"icons": {
"16": "icon_16x16.png",
"32": "icon_32x32.png",
"48": "icon_48x48.png",
"128": "icon_128x128.png"
},
"content_scripts": [
{
"js": [
"assets/content.tsx-loader-CE_rYa6c.js"
],
"matches": [
"https://drive.google.com/file/d/*/view*",
"https://drive.google.com/file/d/*/edit*",
"https://drive.google.com/drive/*"
]
}
],
"web_accessible_resources": [
{
"matches": [
"https://drive.google.com/*",
"https://drive.google.com/*",
"https://drive.google.com/*"
],
"resources": [
"assets/dom-Bk7TysXY.js",
"assets/content.tsx-Caz24weN.js"
],
"use_dynamic_url": false
}
]
}