Add links to change languages on Google™

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

What is Add links to change languages on Google™?

Add links to change languages on Google™ is a Chrome extension developed by https://satomacoto.blogspot.com, and its main feature is "In order to add links, specify the languages in the option page.".

Extension Screenshots

screenshot

Download Add links to change languages on Google™ Extension CRX File

Download Add links to change languages on Google™ 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

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

Extension Basic Information

Name Add links to change languages on Google™ Add links to change languages on Google™
ID eemleifbnibgnoifdjohpchdemidjibj
Official URL https://chromewebstore.google.com/detail/add-links-to-change-langu/eemleifbnibgnoifdjohpchdemidjibj
Description In order to add links, specify the languages in the option page.
File Size 51.56 KB
Installation Count 10,000
Current Version 0.3
Last Updated 2020-12-20
Publish Date 2012-12-11
Rating 4.08/5 Total 60 Ratings
Developer https://satomacoto.blogspot.com
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}