Just a Day - the Day of Week
A simple date for the toolbar. This is JUST THE DAY OF THE WEEK. Pair with the JUST A CLOCK extensions!
Just a Day - the Day of Week란 무엇입니까?
Just a Day - the Day of Week은(는) Marc G에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple date for the toolbar. This is JUST THE DAY OF THE WEEK. Pair with the JUST A CLOCK extensions!"입니다.
확장 프로그램 스크린샷
Just a Day - the Day of Week 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
NOTE: Current version might have issues on some versions of Chrome for Windows. Working on a fix; hang tight. ========================== - Abbreviated day of the week in your toolbar. - Customize the abbreviations and the color in the Options. Even supports emoji abbreviations. Copy emoji as text from here: https://getemoji.com/ - Pair it with the 2 Just a Clock extensions (one for the Hours and one for the Minutes) for a large readable display in your toolbar. Perfect for full screen browsing.
확장 프로그램 기본 정보
이름 | Just a Day - the Day of Week |
ID | nkbalpdjkhpfohgonjkagacjkcndhgic |
공식 URL | https://chromewebstore.google.com/detail/just-a-day-the-day-of-wee/nkbalpdjkhpfohgonjkagacjkcndhgic |
설명 | A simple date for the toolbar. This is JUST THE DAY OF THE WEEK. Pair with the JUST A CLOCK extensions! |
파일 크기 | 40.02 KB |
설치 횟수 | 1,028 |
현재 버전 | 0.51 |
최근 업데이트 | 2020-11-19 |
출시 날짜 | 2018-05-17 |
평점 | 4.62/5 총 13 개의 평점 |
개발자 | Marc G |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | de,en,nl,tr,es,it,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "version": "0.51", "description": "__MSG_extDescription__", "icons": { "16": "iconSmall.png", "32": "iconWin.png", "48": "iconMed.png", "128": "iconBig.png" }, "default_locale": "en", "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "setDayOfWeek.js" ] }, "offline_enabled": true, "options_page": "options.html" } |