Native Mountains

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

Native Mountainsคืออะไร?

Native Mountains เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tomjrodrigues และคุณลักษณะหลักของมันคือ "Changes western mountain name with indigenous name, mostly centered on Western US"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Native Mountains

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}