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.

Was ist Rolex GMT-Master II Start Page?

Rolex GMT-Master II Start Page ist eine Chrome-Erweiterung, die von https://gamell.io entwickelt wurde, und ihr Hauptmerkmal ist "Show a recreation of a Rolex GMT-Master II watch when a new tab is opened. This is not an official Rolex extension.".

Erweiterungsscreenshots

screenshot

Rolex GMT-Master II Start Page-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rolex GMT-Master II Start Page-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Rolex GMT-Master II Start Page Rolex GMT-Master II Start Page
ID hchnfnfjjknanhhconaappneoejmgngi
Offizielle URL https://chromewebstore.google.com/detail/rolex-gmt-master-ii-start/hchnfnfjjknanhhconaappneoejmgngi
Beschreibung Show a recreation of a Rolex GMT-Master II watch when a new tab is opened. This is not an official Rolex extension.
Dateigröße 485 KB
Installationsanzahl 333
Aktuelle Version 1.4
Letztes Update 2017-12-15
Veröffentlichungsdatum 2017-12-15
Bewertung 4.36/5 Insgesamt 11 Bewertungen
Entwickler https://gamell.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/gamell/rolex-gmt-ii
Unterstützte Sprachen 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'"
}