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.
¿Qué es Rolex GMT-Master II Start Page?
Rolex GMT-Master II Start Page es una extensión de Chrome desarrollada por https://gamell.io, y su función principal es "Show a recreation of a Rolex GMT-Master II watch when a new tab is opened. This is not an official Rolex extension.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Rolex GMT-Master II Start Page
Descarga archivos de extensión Rolex GMT-Master II Start Page en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | hchnfnfjjknanhhconaappneoejmgngi |
URL Oficial | https://chromewebstore.google.com/detail/rolex-gmt-master-ii-start/hchnfnfjjknanhhconaappneoejmgngi |
Descripción | Show a recreation of a Rolex GMT-Master II watch when a new tab is opened. This is not an official Rolex extension. |
Tamaño del Archivo | 485 KB |
Cantidad de Instalaciones | 333 |
Versión Actual | 1.4 |
Última Actualización | 2017-12-15 |
Fecha de Publicación | 2017-12-15 |
Calificación | 4.36/5 Total de 11 Calificaciones |
Desarrollador | https://gamell.io |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/gamell/rolex-gmt-ii |
Idiomas Soportados | 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'" } |