Add links to change languages on Google™

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

Qu'est-ce que Add links to change languages on Google™ ?

Add links to change languages on Google™ est une extension Chrome développée par https://satomacoto.blogspot.com, et sa fonction principale est "In order to add links, specify the languages in the option page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Add links to change languages on Google™

Téléchargez les fichiers d'extension Add links to change languages on Google™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Add links to change languages on Google™ Add links to change languages on Google™
ID eemleifbnibgnoifdjohpchdemidjibj
URL Officiel https://chromewebstore.google.com/detail/add-links-to-change-langu/eemleifbnibgnoifdjohpchdemidjibj
Description In order to add links, specify the languages in the option page.
Taille du Fichier 51.56 KB
Nombre d'Installations 10,000
Version Actuelle 0.3
Dernière Mise à Jour 2020-12-20
Date de Publication 2012-12-11
Évaluation 4.08/5 Total 60 Évaluations
Développeur https://satomacoto.blogspot.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}