Coordinates Helper

This extension will help you build a route in Google Maps by highlighting the required area with coordinates.

Что такое Coordinates Helper?

Coordinates Helper - это расширение Chrome, разработанное sazdanbest, и его основная функция - "This extension will help you build a route in Google Maps by highlighting the required area with coordinates.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Coordinates Helper

Скачайте файлы расширений Coordinates Helper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension will help you build a route in Google Maps by highlighting the required area with coordinates. Now there is no need to manually insert each coordinate.                    

Основная информация о расширении

Название Coordinates Helper Coordinates Helper
ID dbopijjkmjmdgafnjhoncebmmdjkbddh
Официальный URL https://chromewebstore.google.com/detail/coordinates-helper/dbopijjkmjmdgafnjhoncebmmdjkbddh
Описание This extension will help you build a route in Google Maps by highlighting the required area with coordinates.
Размер файла 9.96 KB
Количество установок 119
Текущая Версия 1.0.6
Последнее Обновление 2023-08-14
Дата публикации 2023-07-27
Рейтинг 5.00/5 Всего 4 оценок
Разработчик sazdanbest
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Coordinates Helper",
    "version": "1.0.6",
    "description": "This extension will help you build a route in Google Maps by highlighting the required area with coordinates.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png"
        }
    }
}