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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}