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