Add links to change languages on Google™

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

Wat is Add links to change languages on Google™?

Add links to change languages on Google™ is een Chrome-extensie ontwikkeld door https://satomacoto.blogspot.com, en de belangrijkste functie is "In order to add links, specify the languages in the option page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Add links to change languages on Google™

Download Add links to change languages on Google™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Add links to change languages on Google™ Add links to change languages on Google™
ID eemleifbnibgnoifdjohpchdemidjibj
Officiële URL https://chromewebstore.google.com/detail/add-links-to-change-langu/eemleifbnibgnoifdjohpchdemidjibj
Beschrijving In order to add links, specify the languages in the option page.
Bestandsgrootte 51.56 KB
Aantal Installaties 10,000
Huidige Versie 0.3
Laatst Bijgewerkt 2020-12-20
Publicatiedatum 2012-12-11
Beoordeling 4.08/5 Totaal 60 Beoordelingen
Ontwikkelaar https://satomacoto.blogspot.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}