Inspect and view changes in TIFF viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "TIFF viewer",
"description": "Intercepts any resource requests that end in .tif or .tiff and converts them into data urls using an emscripten port of libtiff.",
"version": "1.1.1resigned1",
"homepage_url": "https://github.com/my-codeworks/tiff-viewer-extension",
"incognito": "spanning",
"author": "my codeworks",
"background": {
"scripts": [
"lib/tiff.min.js",
"background.js"
]
},
"permissions": [
"storage",
"webRequest",
"webRequestBlocking",
"tabs",
"<all_urls>"
],
"options_ui": {
"page": "options/options.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{1c50b15f-a16c-4246-b39e-7d8ec1733926}"
}
}
} Best TIFF viewer Alternatives
Here are some Firefox add-ons that are similar to TIFF viewer: