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”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | iipelemcibgeonfmfanklhphnkmccnfp |
| 官方網址 | 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"
}
} | |