maptab

Find new cool places every time you open a tab!

Что такое maptab?

maptab - это расширение Chrome, разработанное jonathannsegal, и его основная функция - "Find new cool places every time you open a tab!".

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

screenshot

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

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

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

                        Map Tab shows a new location at random every time you open a tab. Explore the world before you explore the web!

Update: Add Map Card, Dice to change location, and switch to satellite view.                    

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

Название maptab maptab
ID jokkbgbdomfhondepefdoapgabmiomjl
Официальный URL https://chromewebstore.google.com/detail/maptab/jokkbgbdomfhondepefdoapgabmiomjl
Описание Find new cool places every time you open a tab!
Размер файла 1.07 MB
Количество установок 96
Текущая Версия 0.3.0
Последнее Обновление 2020-08-24
Дата публикации 2020-06-30
Рейтинг 5.00/5 Всего 2 оценок
Разработчик jonathannsegal
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/Jonathannsegal/map_tab
URL страницы помощи https://github.com/Jonathannsegal/map_tab
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "maptab",
    "offline_enabled": true,
    "short_name": "maptab",
    "description": "Find new cool places every time you open a tab!",
    "version": "0.3.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2
}