Glat/Glong
Find the precise latitude and longitude of any point on Google Maps.
Что такое Glat/Glong?
Glat/Glong - это расширение Chrome, разработанное Unknown, и его основная функция - "Find the precise latitude and longitude of any point on Google Maps.".
Снимки экрана расширения
Скачать файл CRX расширения Glat/Glong
Скачайте файлы расширений 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 |
Электронная почта | [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" ] } ] } |