MapIt!

Quickly open a map by selecting some text or address, right-click, and select MapIt!

Что такое MapIt!?

MapIt! - это расширение Chrome, разработанное cwilcoxson, и его основная функция - "Quickly open a map by selecting some text or address, right-click, and select MapIt!".

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

screenshot
screenshot

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

Скачайте файлы расширений 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! 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
Электронная почта [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"
}