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은(는) https://gamell.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
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'" } |