Add links to change languages on Google™

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

Vad är Add links to change languages on Google™?

Add links to change languages on Google™ är en Chrome-tillägg utvecklad av https://satomacoto.blogspot.com, och dess huvudfunktion är "In order to add links, specify the languages in the option page.".

Tilläggsskärmbilder

screenshot

Ladda ner Add links to change languages on Google™-förlängningens CRX-fil

Ladda ner Add links to change languages on Google™-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Add links to change languages on Google™ Add links to change languages on Google™
ID eemleifbnibgnoifdjohpchdemidjibj
Officiell webbadress https://chromewebstore.google.com/detail/add-links-to-change-langu/eemleifbnibgnoifdjohpchdemidjibj
Beskrivning In order to add links, specify the languages in the option page.
Filstorlek 51.56 KB
Antal Installationer 10,000
Aktuell Version 0.3
Senast Uppdaterad 2020-12-20
Publiceringsdatum 2012-12-11
Betyg 4.08/5 Totalt 60 Betyg
Utvecklare https://satomacoto.blogspot.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}