Native Mountains

Changes western mountain name with indigenous name, mostly centered on Western US

Cos'è Native Mountains?

Native Mountains è un'estensione di Chrome sviluppata da tomjrodrigues, e la sua funzione principale è "Changes western mountain name with indigenous name, mostly centered on Western US".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Native Mountains

Scarica i file di estensione Native Mountains 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

                        Dynamically changes western names like Mount McKinley to their original counterparts.

Current list includes:

Devil's Tower--Bear's House
Harney Peak--Hinhan Kaga
Mount Adams--Pahto
Mount Baker--Kulshan
Mount Everest--Chomolungma
Mount Hood--Wy'east
Mount McKinley--Denali
Mount Rainier--Tahoma
Mount Shasta--Uytaahkoo
Mount St. Helens--Loowit
Mount Washington--Agiocochook                    

Informazioni di Base sull'Estensione

Nome Native Mountains Native Mountains
ID iipelemcibgeonfmfanklhphnkmccnfp
URL Ufficiale https://chromewebstore.google.com/detail/native-mountains/iipelemcibgeonfmfanklhphnkmccnfp
Descrizione Changes western mountain name with indigenous name, mostly centered on Western US
Dimensione del File 21.43 KB
Conteggio Installazioni 63
Versione Corrente 0.2
Ultimo Aggiornamento 2017-03-06
Data di Pubblicazione 2017-03-06
Sviluppatore tomjrodrigues
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tomjrodrigues.github.io/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Native Mountains",
    "description": "Changes western mountain name with indigenous name, mostly centered on Western US",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}