Rolex GMT-Master II Start Page

Show a recreation of a Rolex GMT-Master II watch when a new tab is opened. This is not an official Rolex extension.

Что такое Rolex GMT-Master II Start Page?

Rolex GMT-Master II Start Page - это расширение Chrome, разработанное https://gamell.io, и его основная функция - "Show a recreation of a Rolex GMT-Master II watch when a new tab is opened. This is not an official Rolex extension.".

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

screenshot

Скачать файл CRX расширения Rolex GMT-Master II Start Page

Скачайте файлы расширений Rolex GMT-Master II Start Page в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        This extension shows a recreation of a Rolex GMT-Master II wristwatch when a new tab is opened. 

It includes a sweeping second hand, minute hand, hour hand, GMT (second timezone) hand and date. You can select the timezone of the GMT hand by clicking the configuration icon on the top-right corner.

This is not an official Rolex extension. Rolex SA has not endorsed or is affiliated with this extension or its development in any way.                    

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

Название Rolex GMT-Master II Start Page Rolex GMT-Master II Start Page
ID hchnfnfjjknanhhconaappneoejmgngi
Официальный URL https://chromewebstore.google.com/detail/rolex-gmt-master-ii-start/hchnfnfjjknanhhconaappneoejmgngi
Описание Show a recreation of a Rolex GMT-Master II watch when a new tab is opened. This is not an official Rolex extension.
Размер файла 485 KB
Количество установок 333
Текущая Версия 1.4
Последнее Обновление 2017-12-15
Дата публикации 2017-12-15
Рейтинг 4.36/5 Всего 11 оценок
Разработчик https://gamell.io
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/gamell/rolex-gmt-ii
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rolex GMT-Master II Start Page",
    "description": "Show a recreation of a Rolex GMT-Master II watch when a new tab is opened. This is not an official Rolex extension.",
    "version": "1.4",
    "author": "Joan Gamell",
    "chrome_url_overrides": {
        "newtab": "rolex.html"
    },
    "homepage_url": "https:\/\/github.com\/gamell\/rolex-gmt-ii-chrome-ext",
    "icons": {
        "16": "icons\/gmt-ii-16.png",
        "48": "icons\/gmt-ii-48.png",
        "128": "icons\/gmt-ii-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}