Inspect and view changes in D-ToolBox 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
{
"browser_action": {
"default_icon": "icone-16.png",
"default_popup": "popup.html",
"default_title": "D-ToolBox"
},
"content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
"description": "D-ToolBox, Shortcuts to create Google Drive documents and download as pdf, docs, xlsx, etc.. your google document.",
"icons": {
"16": "icone-16.png",
"32": "icone-32.png",
"48": "icone-48.png",
"64": "icone-64.png",
"128": "icone-128.png"
},
"manifest_version": 2,
"name": "D-ToolBox",
"permissions": [
"tabs",
"http://*/*",
"https://*/*"
],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.1"
}