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
官方網址 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
電子郵箱 [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"
    }
}