MapMe
Map location on Google Maps. Just select the text, right click to bring up the context menu and select 'Find in Google Maps'.
MapMeとは何ですか?
MapMeはhttps://frameworkscentral.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「Map location on Google Maps. Just select the text, right click to bring up the context menu and select 'Find in Google Maps'.」です。
拡張機能のスクリーンショット
MapMe拡張機能のCRXファイルをダウンロード
MapMe拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Map location on Google Maps. Just select the text, right click to bring up the context menu and select 'Find in Google Maps'. It doesn't need to be an exact address as other plugins require since Google Maps is smart enough to resolve landmarks like "Hollywood". Translation help needed! If you could provide translation for the description (the text above), Chrome users around the world will certainly appreciate it! Thanks in advance!
拡張機能の基本情報
名前 | MapMe |
ID | pkeibkoopkkbbkgdegbbkjlgmomklbpf |
公式URL | https://chromewebstore.google.com/detail/mapme/pkeibkoopkkbbkgdegbbkjlgmomklbpf |
説明 | Map location on Google Maps. Just select the text, right click to bring up the context menu and select 'Find in Google Maps'. |
ファイルサイズ | 29.59 KB |
インストール数 | 10,543 |
現在のバージョン | 1.0.6 |
最終更新日 | 2013-06-15 |
公開日 | 2013-06-15 |
評価 | 4.14/5 合計 42 レビュー |
開発者 | https://frameworkscentral.blogspot.com |
支払い方法 | free |
対応言語 | en,es,hi,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.6", "background": { "page": "background.html" }, "permissions": [ "contextMenus" ], "minimum_chrome_version": "18.0.0.0", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_security_policy": "default-src 'none'; script-src 'self'" } |