Native Mountains

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

O que é Native Mountains?

Native Mountains é uma extensão do Chrome desenvolvida por tomjrodrigues, e sua principal característica é "Changes western mountain name with indigenous name, mostly centered on Western US".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Native Mountains

Baixe arquivos de extensão Native Mountains no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Native Mountains Native Mountains
ID iipelemcibgeonfmfanklhphnkmccnfp
URL Oficial https://chromewebstore.google.com/detail/native-mountains/iipelemcibgeonfmfanklhphnkmccnfp
Descrição Changes western mountain name with indigenous name, mostly centered on Western US
Tamanho do Arquivo 21.43 KB
Contagem de Instalações 63
Versão Atual 0.2
Última Atualização 2017-03-06
Data de Publicação 2017-03-06
Desenvolvedor tomjrodrigues
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://tomjrodrigues.github.io/
Idiomas Suportados 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"
    }
}