View Image Button for Google Images Re-implement 'View Image' button for Google Images
Support Development
PayPal ● 
Bitcoin Address: bc1qh7juzrxrawpr65elm4qs285m5rdhnhgsn7h2jf
 ● 
Lightning Address: bhjmq@getalby.com
Your Input Matters
Review
Advertisement
Screenshot
The "View Image Button for Google Images" extension brings back the 'View Image' button to Google Images. The extension supports both desktop and mobile versions of Google Images. Also unlike many similar add-ons, it can detect the correct image when images are slipped in the UI. This extension supports re-implementing the button in all localized versions of Google Images. Read the FAQs part to figure out how it supports the localized webpages.

Features

FAQs

  1. What is the "View Image Button for Google Images" extension and how does it work?

    Google decided to remove the "View Images" button from its Google Images website a few months ago. This extension brings the button back. It basically provides an easier way to access the image sources without the need to visit the destination website just to get the image link. Furthermore, sometimes getting the image from the original website is really tricky! The extension adds the button to the UI similar to the other add-ons for the same purpose. I developed this add-on since I found some technical issues with all other similar add-ons. First adding a simple button to a webpage should not require persistent background script. Second, adding a button should not be dependent on installing a mutation observer. Basically, when a mutation observer is installed on a webpage, a function gets called for each and every element that is injected into the UI. This technique although works, it is not recommended as it can reduce the page loading time. Anyways in my implementation, there is no mutation observer and the extension works on the mobile view too. So you can install the extension on mobile devices as well.

  2. What's new in this version?

    Please check the Logs section.

  3. Can I use this extension on my mobile device too?

    YYes, this extension can re-implement the "View Image" button into both desktop and mobile version of Google Images. So if you are using a mobile browser that supports web-extension, you can install this add-on. Similar to the desktop version you will get a button before the share button just below the actual image.

  4. Why this extension need permission for all hostnames when it only interacts with Google Images website?

    Google uses localized domain names like google.ca for Canadian users for instance. To implement the button on all the localized Google Images websites, the extension needs to have access to all hostnames (it is literally no way to find all the localized Google domains! they are just too many and Google adds new ones too). Anyway, the extension uses a filter in the manifest to inject the script only to the Google Images pages. So this extension does not interact with any other page at all. Check the GitHub page and browse the manifest.json file for more info about how the actual script is being injected.

Matched Content

Reviews

Please keep reviews clean, avoid improper language, and do not post any personal information. Also, please consider sharing your valuable input on the official store.

What's new in this version

Version--
Published--/--/--
Change Logs:
    Last 10 commits on GitHub
    Hover over a node to see more details

    Need help?

    If you have questions about the extension, or ideas on how to improve it, please post them on the  support site. Don't forget to search through the bug reports first as most likely your question/bug report has already been reported or there is a workaround posted for it.

    Open IssuesIssuesForks

    Permissions are explained

    PermissionDescription
    *://*/*to find all the localized version of Google Images with the following whitelist filter: "*://*.google.*/search*tbm=isch*"
    storageto save internal preferences

    Recent Blog Posts