Days left for
Days left for is an extension which overrides your new tab with a simple days counter.
Days left for란 무엇입니까?
Days left for은(는) Dishant Kaushik에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Days left for is an extension which overrides your new tab with a simple days counter."입니다.
확장 프로그램 스크린샷
Days left for 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Days left for is an extension which overrides your new tab with a simple days counter. This can be helpful if you want to get reminded of something important but don't want to open a calendar for it. It keeps your top visited websites and your recent search history to keep functionality. Wallpapers powered by Unsplash.
확장 프로그램 기본 정보
이름 | Days left for |
ID | llnlifjlmlfeifhlahlhfjcogijaebnj |
공식 URL | https://chromewebstore.google.com/detail/days-left-for/llnlifjlmlfeifhlahlhfjcogijaebnj |
설명 | Days left for is an extension which overrides your new tab with a simple days counter. |
파일 크기 | 759 KB |
설치 횟수 | 144 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2019-11-01 |
출시 날짜 | 2019-10-31 |
평점 | 4.75/5 총 4 개의 평점 |
개발자 | Dishant Kaushik |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Days left for", "version": "1.0.0", "description": "Days left for is an extension which overrides your new tab with a simple days counter.", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "history", "topSites" ], "icons": { "16": "favicon-16x16.png", "48": "icon-48x48.png", "128": "icon-128x128.png" }, "content_security_policy": "script-src 'self' 'sha256-TnMQHPsY7JCtYsDQ5jgYo775G7KMmY4IJC\/DWJT8P9U='; object-src 'self'" } |