Inspect and view changes in Doc to PDF 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
{
"version": "0.1.1resigned1",
"name": "Doc to PDF",
"manifest_version": 2,
"short_name": "doc-to-pdf",
"background": {
"page": "lib/chrome/background.html"
},
"homepage_url": "http://mybrowseraddon.com/doc-to-pdf.html",
"description": "Easily convert and download any document (doc, docx, ppt, etc.) to a PDF file.",
"permissions": [
"storage",
"downloads",
"contextMenus",
"notifications",
"*://docs.google.com/gview*"
],
"icons": {
"16": "data/icons/16.png",
"32": "data/icons/32.png",
"48": "data/icons/48.png",
"64": "data/icons/64.png",
"128": "data/icons/128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{7e7c542f-5677-4757-8726-aa9ffdc99893}"
}
}
}