Days Left New Tab
A new tab page shows you the flying of time
Days Left New Tab란 무엇입니까?
Days Left New Tab은(는) chris.h.peng에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A new tab page shows you the flying of time"입니다.
확장 프로그램 스크린샷
Days Left New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
1.1.0 Add "everyday mode". The passage of time is just like the flow of water ,which goes on day and night. --Confucious Time waits for no one. Enjoy it.
확장 프로그램 기본 정보
이름 | |
ID | emdccdmkpdcjbbeifnhmjieikaibegjn |
공식 URL | https://chromewebstore.google.com/detail/days-left-new-tab/emdccdmkpdcjbbeifnhmjieikaibegjn |
설명 | A new tab page shows you the flying of time |
파일 크기 | 15.57 KB |
설치 횟수 | 17 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2019-04-29 |
출시 날짜 | 2019-04-29 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | chris.h.peng |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/chris-peng/days-left-new-tab |
도움말 페이지 URL | https://github.com/chris-peng/days-left-new-tab |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_pluginName__", "short_name": "__MSG_shortName__", "version": "1.1.0", "description": "__MSG_pluginDesc__", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "browser_action": { "default_icon": "img\/icon.png", "default_title": "__MSG_shortName__: __MSG_pluginDesc__" }, "permissions": [ "storage", "http:\/\/suggestion.baidu.com\/" ], "homepage_url": "https:\/\/github.com\/chris-peng\/days-left-new-tab", "chrome_url_overrides": { "newtab": "index.html" }, "default_locale": "en", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |