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.

Vad är Rolex GMT-Master II Start Page?

Rolex GMT-Master II Start Page är en Chrome-tillägg utvecklad av https://gamell.io, och dess huvudfunktion är "Show a recreation of a Rolex GMT-Master II watch when a new tab is opened. This is not an official Rolex extension.".

Tilläggsskärmbilder

screenshot

Ladda ner Rolex GMT-Master II Start Page-förlängningens CRX-fil

Ladda ner Rolex GMT-Master II Start Page-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Rolex GMT-Master II Start Page Rolex GMT-Master II Start Page
ID hchnfnfjjknanhhconaappneoejmgngi
Officiell webbadress https://chromewebstore.google.com/detail/rolex-gmt-master-ii-start/hchnfnfjjknanhhconaappneoejmgngi
Beskrivning Show a recreation of a Rolex GMT-Master II watch when a new tab is opened. This is not an official Rolex extension.
Filstorlek 485 KB
Antal Installationer 333
Aktuell Version 1.4
Senast Uppdaterad 2017-12-15
Publiceringsdatum 2017-12-15
Betyg 4.36/5 Totalt 11 Betyg
Utvecklare https://gamell.io
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/gamell/rolex-gmt-ii
Stödda Språk 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'"
}