GotoImageUrl

Directly go to image URL from Google Images,Yahoo Images,Ask Images

What is GotoImageUrl?

GotoImageUrl is a Chrome extension developed by Muthukumaran Navaneethakrishnan, and its main feature is "Directly go to image URL from Google Images,Yahoo Images,Ask Images".

Extension Screenshots

screenshot
screenshot

Download GotoImageUrl Extension CRX File

Download GotoImageUrl extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension is meant for those who use search using Google image , Ask Image & Yahoo Image

Opening link in new tab from the result image will result in a frame based panel , with this extension opening link in new tab will directly open the webpage of the hosted Image.                    

Extension Basic Information

Name GotoImageUrl GotoImageUrl
ID khaobkpabpchpjccdceoakfkohgfepca
Official URL https://chromewebstore.google.com/detail/gotoimageurl/khaobkpabpchpjccdceoakfkohgfepca
Description Directly go to image URL from Google Images,Yahoo Images,Ask Images
File Size 25.51 KB
Installation Count 104
Current Version 2.0
Last Updated 2023-01-01
Publish Date 2013-02-06
Rating 5.00/5 Total 4 Ratings
Developer Muthukumaran Navaneethakrishnan
Email [email protected]
Payment Type free
Extension Website https://www.facebook.com/Gotoimageurl
Privacy Policy Page URL http://deemwar.com/chrome-extn-privacypolicy.htm
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GotoImageUrl",
    "description": "Directly go to image URL from Google Images,Yahoo Images,Ask Images",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "2.0",
    "manifest_version": 3,
    "permissions": [],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/imgres*",
                "https:\/\/*\/imgres*",
                "http:\/\/*\/images*",
                "https:\/\/*\/images*",
                "http:\/\/*\/fr*",
                "https:\/\/*\/fr*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}