FoxClocks
FoxClocks shows times around the world at the bottom of your browser. It deals with daylight saving time so you don't have to.
FoxClocks란 무엇입니까?
FoxClocks은(는) https://foxclocks.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "FoxClocks shows times around the world at the bottom of your browser. It deals with daylight saving time so you don't have to."입니다.
확장 프로그램 스크린샷
FoxClocks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
FoxClocks lets you keep an eye on the time around the world - or just your local time - by putting small clocks in your statusbar. Choose from a set of useful time formats or create your own - custom formats are easy to create and very flexible. Alternatively, just click on the FoxClocks icon next to your address bar for quick access to your clocks, without leaving the current web page. And if the statusbar is causing issues with the display of some web pages, you can disable it entirely from the Options page. FoxClocks' Zone Picker tree lets you browse virtually all the world's time zones by country, region or city. Can't find your city? Use the 'Search Cities' feature to find virtually any city in the world. FoxClocks automatically checks for updates to its time zone database, so you'll always have the right time.
확장 프로그램 기본 정보
이름 | FoxClocks |
ID | obcbigljfpgappaaofailjjoabiikckk |
공식 URL | https://chromewebstore.google.com/detail/foxclocks/obcbigljfpgappaaofailjjoabiikckk |
설명 | FoxClocks shows times around the world at the bottom of your browser. It deals with daylight saving time so you don't have to. |
파일 크기 | 763 KB |
설치 횟수 | 65,763 |
현재 버전 | 6.0.0 |
최근 업데이트 | 2020-10-26 |
출시 날짜 | 2019-07-08 |
평점 | 3.94/5 총 209 개의 평점 |
개발자 | https://foxclocks.org |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://foxclocks.org/ |
도움말 페이지 URL | https://foxclocks.org/extension-help |
지원되는 언어 | de,en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "author": "Andy McDonald", "homepage_url": "https:\/\/foxclocks.org", "default_locale": "en", "version": "6.0.0", "background": { "page": "\/html\/background.html", "persistent": true }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+Space", "mac": "Command+Shift+Space" } } }, "options_ui": { "page": "\/html\/options.html", "open_in_tab": true }, "browser_action": { "default_icon": { "19": "\/images\/icon19.png", "38": "\/images\/icon38.png" }, "default_title": "__MSG_extension_name__", "default_popup": "\/html\/popup.html" }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "96": "\/images\/icon96.png", "128": "\/images\/icon128.png" }, "content_scripts": [ { "matches": [ " |