MapIt!
Quickly open a map by selecting some text or address, right-click, and select MapIt!
MapIt!란 무엇입니까?
MapIt!은(는) cwilcoxson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly open a map by selecting some text or address, right-click, and select MapIt!"입니다.
확장 프로그램 스크린샷
MapIt! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Quickly open a map using one of several popular mapping services such as Google Maps™, Mapquest™, Zillow™, or even Apple Maps (macOS only). Highlight an address, right-click to open a context menu, then select 'MapIt!'. Chrome will open a new tab and display the location using your preferred mapping service. The default is Google Maps.
확장 프로그램 기본 정보
이름 | MapIt! |
ID | ckddkgihaaljdkiilleepllgfhelliph |
공식 URL | https://chromewebstore.google.com/detail/mapit/ckddkgihaaljdkiilleepllgfhelliph |
설명 | Quickly open a map by selecting some text or address, right-click, and select MapIt! |
파일 크기 | 19.76 KB |
설치 횟수 | 2,299 |
현재 버전 | 0.3 |
최근 업데이트 | 2024-01-27 |
출시 날짜 | 2014-07-16 |
평점 | 3.33/5 총 9 개의 평점 |
개발자 | cwilcoxson |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.slushman.com/projects/mapit |
도움말 페이지 URL | https://github.com/slushman/mapit-chrome/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "author": "Slushman", "background": { "service_worker": "background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';", "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';" }, "default_locale": "en", "description": "Quickly open a map by selecting some text or address, right-click, and select MapIt!", "icons": { "16": ".\/images\/icon16.png", "48": ".\/images\/icon48.png", "128": ".\/images\/icon128.png" }, "manifest_version": 3, "name": "MapIt!", "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "activeTab", "contextMenus", "storage" ], "version": "0.3" } |