By: Bernard
Inspect and view changes in View Image Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"version": "0.1.9",
"manifest_version": 3,
"permissions": [
"storage"
],
"name": "View Image Button",
"homepage_url": "https://mybrowseraddon.com/view-image-button.html",
"description": "Bring back the view image button for Google image search results.",
"commands": {
"_execute_action": {}
},
"browser_specific_settings": {
"gecko": {
"strict_min_version": "109.0",
"id": "{5887f7a0-2ff1-4127-8513-c7ac27b2d077}"
}
},
"background": {
"scripts": [
"lib/config.js",
"lib/chrome.js",
"lib/runtime.js",
"lib/common.js"
]
},
"action": {
"default_title": "View Image Button",
"default_icon": {
"16": "data/icons/16.png",
"32": "data/icons/32.png",
"48": "data/icons/48.png",
"64": "data/icons/64.png"
}
},
"content_scripts": [
{
"matches": [
"*://*/*"
],
"run_at": "document_start",
"include_globs": [
"*://*.google.*/*"
],
"js": [
"data/content_script/inject.js"
]
}
],
"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"
}
} Best View Image Button Alternatives
Here are some Firefox add-ons that are similar to View Image Button:
Google image view image button
lappa
'View Image' Button
scpc
View Images in Google Search
Firefox user 12808304
View Image
Joshua B
View Image for Google Images
emano waldeck
Image Direct
Firefox user 13791409
View image in Google Images
Bigpress Software
Make Google Images Great Again
dhc02
Google show image
Noé Manwaring-Favennec
Google Images Downloader
Rushikesh Tade
View Image Resurrected
Jonny
Image Google Search
joepietrzyk