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
电子邮箱 [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"
    }
}