Ecosia language switcher

Ecosia language switcher

Cos'è Ecosia language switcher?

Ecosia language switcher è un'estensione di Chrome sviluppata da https://matthieubergel.org, e la sua funzione principale è "Ecosia language switcher".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Ecosia language switcher

Scarica i file di estensione Ecosia language switcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Enhances Ecosia's standard language widget by adding keyboard-friendly filtering capabilities. Start typing your search region / country, and select among the results.                    

Informazioni di Base sull'Estensione

Nome Ecosia language switcher Ecosia language switcher
ID ahpbjigmmihlomifamfhleiopkemoala
URL Ufficiale https://chromewebstore.google.com/detail/ecosia-language-switcher/ahpbjigmmihlomifamfhleiopkemoala
Descrizione Ecosia language switcher
Dimensione del File 163 KB
Conteggio Installazioni 45
Versione Corrente 1.1.0
Ultimo Aggiornamento 2019-05-18
Data di Pubblicazione 2019-05-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://matthieubergel.org
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/mlbrgl/ecosia-lang-switcher
URL della Pagina di Aiuto https://github.com/mlbrgl/ecosia-lang-switcher
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Ecosia language switcher",
    "name": "Ecosia language switcher",
    "version": "1.1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ecosia.org\/search*"
            ],
            "js": [
                "app.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "cookies",
        "https:\/\/www.ecosia.org\/"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}