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ファイルをダウンロード
I'm on the map拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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 } } |