David Rumsey Map Collection - MapTab

A tab extension for viewing the current date and time with a random map from the David Rumsey Map Collection

Что такое David Rumsey Map Collection - MapTab?

David Rumsey Map Collection - MapTab - это расширение Chrome, разработанное Jack Reed, и его основная функция - "A tab extension for viewing the current date and time with a random map from the David Rumsey Map Collection".

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

screenshot
screenshot

Скачать файл CRX расширения David Rumsey Map Collection - MapTab

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

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

                        Get a random map from the David Rumsey Map Collection every time you open a new tab. Explore new this amazing collection of maps by just opening up your browser.                    

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

Название David Rumsey Map Collection - MapTab David Rumsey Map Collection - MapTab
ID fnheacjohhlddiffbmafmpoblbkfgmde
Официальный URL https://chromewebstore.google.com/detail/david-rumsey-map-collecti/fnheacjohhlddiffbmafmpoblbkfgmde
Описание A tab extension for viewing the current date and time with a random map from the David Rumsey Map Collection
Размер файла 1.5 MB
Количество установок 287
Текущая Версия 0.4.1
Последнее Обновление 2017-02-08
Дата публикации 2017-02-08
Рейтинг 5.00/5 Всего 7 оценок
Разработчик Jack Reed
Тип оплаты free
URL страницы помощи https://github.com/mejackreed/DavidRumseyMapTab/issues
URL страницы политики конфиденциальности https://github.com/mejackreed/DavidRumseyMapTab/blob/master/PRIVACY_POLICY.md
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "David Rumsey Map Collection - MapTab",
    "description": "A tab extension for viewing the current date and time with a random map from the David Rumsey Map Collection",
    "short_name": "DRMC - MapTab",
    "version": "0.4.1",
    "incognito": "split",
    "offline_enabled": true,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' http:\/\/*.stanford.edu\/*; object-src 'self'",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "manifest_version": 2
}