Native Mountains

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

Native Mountainsとは何ですか?

Native Mountainsはtomjrodriguesによって開発されたChromeの拡張機能で、その主な機能は「Changes western mountain name with indigenous name, mostly centered on Western US」です。

拡張機能のスクリーンショット

screenshot

Native Mountains拡張機能のCRXファイルをダウンロード

Native Mountains拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Native Mountains Native Mountains
ID iipelemcibgeonfmfanklhphnkmccnfp
公式URL https://chromewebstore.google.com/detail/native-mountains/iipelemcibgeonfmfanklhphnkmccnfp
説明 Changes western mountain name with indigenous name, mostly centered on Western US
ファイルサイズ 21.43 KB
インストール数 63
現在のバージョン 0.2
最終更新日 2017-03-06
公開日 2017-03-06
開発者 tomjrodrigues
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://tomjrodrigues.github.io/
対応言語 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"
    }
}