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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } |