Add links to change languages on Google™

In order to add links, specify the languages in the option page.

Add links to change languages on Google™とは何ですか?

Add links to change languages on Google™はhttps://satomacoto.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「In order to add links, specify the languages in the option page.」です。

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

screenshot

Add links to change languages on Google™拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        In order to add links, specify the languages in the option page.                    

拡張機能の基本情報

名前 Add links to change languages on Google™ Add links to change languages on Google™
ID eemleifbnibgnoifdjohpchdemidjibj
公式URL https://chromewebstore.google.com/detail/add-links-to-change-langu/eemleifbnibgnoifdjohpchdemidjibj
説明 In order to add links, specify the languages in the option page.
ファイルサイズ 51.56 KB
インストール数 10,000
現在のバージョン 0.3
最終更新日 2020-12-20
公開日 2012-12-11
評価 4.08/5 合計 60 レビュー
開発者 https://satomacoto.blogspot.com
Eメール [email protected]
支払い方法 free
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add links to change languages on Google\u2122",
    "version": "0.3",
    "default_locale": "en",
    "description": "",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "script.js"
            ],
            "matches": [
                ""
            ],
            "include_globs": [
                "*:\/\/*www.google*\/search*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png"
    },
    "page_action": {
        "default_icon": "icon-19.png",
        "default_popup": "options.html"
    }
}