Add links to change languages on Google™

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

Co to jest Add links to change languages on Google™?

Add links to change languages on Google™ to rozszerzenie Chrome opracowane przez https://satomacoto.blogspot.com, a jego główną funkcją jest „In order to add links, specify the languages in the option page.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Add links to change languages on Google™

Pobierz pliki rozszerzeń Add links to change languages on Google™ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Add links to change languages on Google™ Add links to change languages on Google™
ID eemleifbnibgnoifdjohpchdemidjibj
Oficjalny URL https://chromewebstore.google.com/detail/add-links-to-change-langu/eemleifbnibgnoifdjohpchdemidjibj
Opis In order to add links, specify the languages in the option page.
Rozmiar pliku 51.56 KB
Liczba instalacji 10,000
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2020-12-20
Data Publikacji 2012-12-11
Ocena 4.08/5 Łącznie 60 Oceny
Deweloper https://satomacoto.blogspot.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}