Glat/Glong
Find the precise latitude and longitude of any point on Google Maps.
Glat/Glongとは何ですか?
Glat/GlongはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Find the precise latitude and longitude of any point on Google Maps.」です。
拡張機能のスクリーンショット
Glat/Glong拡張機能のCRXファイルをダウンロード
Glat/Glong拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The extension adds a red dot at the center of Google Maps maps. Clicking the dot reveals the center's coordinates — as an alert box (Mac/Linux only), and in Chrome's developer console (Mac/Linux/Windows). Glat/Glong works on both the new ("preview") and old versions Google Maps. --- # Privacy Glat/Glong does not collect any data, or share your data or actions with anybody. Glat/Glong does not load any "external" resources, such as analytics scripts, Facebook widgets, et cetera.
拡張機能の基本情報
名前 | Glat/Glong |
ID | meaobcmdlboddjbegokabeiikckmkpli |
公式URL | https://chromewebstore.google.com/detail/glatglong/meaobcmdlboddjbegokabeiikckmkpli |
説明 | Find the precise latitude and longitude of any point on Google Maps. |
ファイルサイズ | 11.31 KB |
インストール数 | 179 |
現在のバージョン | 0.1.0 |
最終更新日 | 2014-02-04 |
公開日 | 2014-02-03 |
評価 | 3.50/5 合計 2 レビュー |
開発者 | Unknown |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/jsvine/glat-glong |
ヘルプページのURL | https://github.com/jsvine/glat-glong/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Glat\/Glong", "description": "Find the precise latitude and longitude of any point on Google Maps.", "version": "0.1.0", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.google.com\/maps\/*", "*:\/\/maps.google.com\/*" ], "js": [ "js\/glat-glong.js" ] } ] } |