GotoImageUrl

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

GotoImageUrlとは何ですか?

GotoImageUrlはMuthukumaran Navaneethakrishnanによって開発されたChromeの拡張機能で、その主な機能は「Directly go to image URL from Google Images,Yahoo Images,Ask Images」です。

拡張機能のスクリーンショット

screenshot
screenshot

GotoImageUrl拡張機能のCRXファイルをダウンロード

GotoImageUrl拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 GotoImageUrl GotoImageUrl
ID khaobkpabpchpjccdceoakfkohgfepca
公式URL https://chromewebstore.google.com/detail/gotoimageurl/khaobkpabpchpjccdceoakfkohgfepca
説明 Directly go to image URL from Google Images,Yahoo Images,Ask Images
ファイルサイズ 25.51 KB
インストール数 104
現在のバージョン 2.0
最終更新日 2023-01-01
公開日 2013-02-06
評価 5.00/5 合計 4 レビュー
開発者 Muthukumaran Navaneethakrishnan
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.facebook.com/Gotoimageurl
プライバシーポリシーページのURL http://deemwar.com/chrome-extn-privacypolicy.htm
対応言語 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"
            ]
        }
    ]
}