Inspect and view changes in Open with Google Drive™ Viewer 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",
"background": {
"service_worker": "script.js"
},
"description": "Open online resources with Google Drive Viewer. Supports various formats including DOC, XLS, PDF, PPT, ZIP, HTML, TXT, JS etc.",
"homepage_url": "https://browsernative.com/open-with-google-drive-viewer/",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"manifest_version": 3,
"name": "Open with Google Drive™ Viewer",
"permissions": [
"contextMenus"
],
"version": "0.50"
}