Add links to change languages on Google™

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

Co je Add links to change languages on Google™?

Add links to change languages on Google™ je rozšíření Chrome vyvinuté https://satomacoto.blogspot.com, a jeho hlavní funkcí je „In order to add links, specify the languages in the option page.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Add links to change languages on Google™

Stáhněte si soubory rozšíření Add links to change languages on Google™ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Add links to change languages on Google™ Add links to change languages on Google™
ID eemleifbnibgnoifdjohpchdemidjibj
Oficiální URL https://chromewebstore.google.com/detail/add-links-to-change-langu/eemleifbnibgnoifdjohpchdemidjibj
Popis In order to add links, specify the languages in the option page.
Velikost souboru 51.56 KB
Počet instalací 10,000
Aktuální Verze 0.3
Poslední Aktualizace 2020-12-20
Datum Vydání 2012-12-11
Hodnocení 4.08/5 Celkem 60 Hodnocení
Vývojář https://satomacoto.blogspot.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}