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.

Co to jest Rolex GMT-Master II Start Page?

Rolex GMT-Master II Start Page to rozszerzenie Chrome opracowane przez https://gamell.io, a jego główną funkcją jest „Show a recreation of a Rolex GMT-Master II watch when a new tab is opened. This is not an official Rolex extension.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Rolex GMT-Master II Start Page

Pobierz pliki rozszerzeń Rolex GMT-Master II Start Page w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Rolex GMT-Master II Start Page Rolex GMT-Master II Start Page
ID hchnfnfjjknanhhconaappneoejmgngi
Oficjalny URL https://chromewebstore.google.com/detail/rolex-gmt-master-ii-start/hchnfnfjjknanhhconaappneoejmgngi
Opis Show a recreation of a Rolex GMT-Master II watch when a new tab is opened. This is not an official Rolex extension.
Rozmiar pliku 485 KB
Liczba instalacji 333
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2017-12-15
Data Publikacji 2017-12-15
Ocena 4.36/5 Łącznie 11 Oceny
Deweloper https://gamell.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/gamell/rolex-gmt-ii
Obsługiwane Języki 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'"
}