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
电子邮箱 [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"
    }
}