Native Mountains

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

Co to jest Native Mountains?

Native Mountains to rozszerzenie Chrome opracowane przez tomjrodrigues, a jego główną funkcją jest „Changes western mountain name with indigenous name, mostly centered on Western US”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Native Mountains

Pobierz pliki rozszerzeń Native Mountains w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Native Mountains Native Mountains
ID iipelemcibgeonfmfanklhphnkmccnfp
Oficjalny URL https://chromewebstore.google.com/detail/native-mountains/iipelemcibgeonfmfanklhphnkmccnfp
Opis Changes western mountain name with indigenous name, mostly centered on Western US
Rozmiar pliku 21.43 KB
Liczba instalacji 63
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2017-03-06
Data Publikacji 2017-03-06
Deweloper tomjrodrigues
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://tomjrodrigues.github.io/
Obsługiwane Języki 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"
    }
}