Week
Show current week number in toolbar.
Week란 무엇입니까?
Week은(는) Lavve에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show current week number in toolbar."입니다.
확장 프로그램 스크린샷
Week 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The quickest way to find out what the current week number it is. 2.4.1 - Icons optimizations 2.4.0 - Preparation for localizations (https://bugs.chromium.org/p/chromium/issues/detail?id=1268098) - New landing page when clicking the icon 2.3.0 - Update to manifest v3 2.2 - Flat design 2.1.1 - Updates week number more frequent - Icon added on Chrome extension page in Google Chrome
확장 프로그램 기본 정보
이름 | Week |
ID | ibbkfijlikhkenbcdlkackfjfbcakdon |
공식 URL | https://chromewebstore.google.com/detail/week/ibbkfijlikhkenbcdlkackfjfbcakdon |
설명 | Show current week number in toolbar. |
파일 크기 | 113 KB |
설치 횟수 | 659 |
현재 버전 | 2.4.1 |
최근 업데이트 | 2022-04-12 |
출시 날짜 | 2016-02-18 |
평점 | 4.35/5 총 17 개의 평점 |
개발자 | Lavve |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Lavve/week/ |
도움말 페이지 URL | https://github.com/Lavve/week/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "author": "C-son", "short_name": "__MSG_extName__", "default_locale": "en", "version": "2.4.1", "description": "__MSG_description__", "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDOcf7MnDCjf+04KEeitpZyvqx+C7UeIX6PYcqHH6nRXHESR1lNfTsRVmxr9gBsnWMGVoq2T7KdJ3ogF8c1jAkLrtC0U\/z1zqWtDKnqvg9FOjTxiDjj4mkwvI1fpC3hepfiWQ1ftceYPNL5rEuz+g6QL7NC1B7ywtw+lzcnRlfnLQIDAQAB", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "offline_enabled": true, "action": { "default_icon": "weeks\/0.png", "default_title": "__MSG_extName__ 0" }, "permissions": [ "scripting" ], "background": { "service_worker": "background.js" } } |