I'm on the map
Adds context menu item for selected text "Find address on map" (Google, Bing, Yandex, 2GIS and others)
I'm on the map란 무엇입니까?
I'm on the map은(는) dtool에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds context menu item for selected text "Find address on map" (Google, Bing, Yandex, 2GIS and others)"입니다.
확장 프로그램 스크린샷
I'm on the map 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
You need to select an address on the page, right-click and you have the option "Find address on the map". Quick and convenient. By default, the search is enabled only on Google map. You can activate other options in the extension parameters. Also in the parameters you can add any other service in which you want to search for the selected text, the main thing is that this service supports the transfer of text parameters via URL.
확장 프로그램 기본 정보
이름 | I'm on the map |
ID | jokondjdgjomnagkjpmdlgkgehjelmbk |
공식 URL | https://chromewebstore.google.com/detail/im-on-the-map/jokondjdgjomnagkjpmdlgkgehjelmbk |
설명 | Adds context menu item for selected text "Find address on map" (Google, Bing, Yandex, 2GIS and others) |
파일 크기 | 21.18 KB |
설치 횟수 | 1,770 |
현재 버전 | 1.11.5 |
최근 업데이트 | 2023-12-11 |
출시 날짜 | 2013-09-13 |
평점 | 4.68/5 총 28 개의 평점 |
개발자 | dtool |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appTitle__", "description": "__MSG_appDescription__", "default_locale": "ru", "icons": { "16": "icon_v2_16_red2.png", "128": "icon_v3_128.png" }, "version": "1.11.5", "permissions": [ "contextMenus", "storage" ], "background": { "service_worker": "service_worker.js" }, "manifest_version": 3, "content_security_policy": [], "options_ui": { "page": "options.html", "open_in_tab": false } } |