Native Mountains
Changes western mountain name with indigenous name, mostly centered on Western US
What is Native Mountains?
Native Mountains is a Chrome extension developed by tomjrodrigues, and its main feature is "Changes western mountain name with indigenous name, mostly centered on Western US".
Extension Screenshots
Download Native Mountains Extension CRX File
Download Native Mountains extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 Extension Basic Information
| Name | |
| ID | iipelemcibgeonfmfanklhphnkmccnfp |
| Official URL | https://chromewebstore.google.com/detail/native-mountains/iipelemcibgeonfmfanklhphnkmccnfp |
| Description | Changes western mountain name with indigenous name, mostly centered on Western US |
| File Size | 21.43 KB |
| Installation Count | 63 |
| Current Version | 0.2 |
| Last Updated | 2017-03-06 |
| Publish Date | 2017-03-06 |
| Developer | tomjrodrigues |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://tomjrodrigues.github.io/ |
| Supported Languages | 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"
}
} | |