Day Counter - New Tab Page

Track days until or since life events like Birthdays easily.

Day Counter - New Tab Page란 무엇입니까?

Day Counter - New Tab Page은(는) Ryan Fitzgerald에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track days until or since life events like Birthdays easily."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Day Counter - New Tab Page 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Day Counter allows you to easily create counters that track days until or since life events on each new tab or manually. No need to forget holidays, birthdays, or other events ever again! You can also easily keep track of days since previous events like starting a new job or moving into a new apartment.

Events can be re-ordered by a simple drag-and-drop feature and can be optionally set to automatically repeat weekly, biweekly, monthly, or yearly.

There are also a number of settings in order to customize your experience, such as changing the counter size, the color scheme of the page, filtering visible counters to only future or past counters, filtering counters based on date range (i.e. only showing counters that are a week away), and a privacy filter that blurs the counters on load and on inactivity so others cannot read them when you aren't there.                    

확장 프로그램 기본 정보

이름 Day Counter - New Tab Page Day Counter - New Tab Page
ID popaiegponeiefbiddhmaphpbdjoegff
공식 URL https://chromewebstore.google.com/detail/day-counter-new-tab-page/popaiegponeiefbiddhmaphpbdjoegff
설명 Track days until or since life events like Birthdays easily.
파일 크기 678 KB
설치 횟수 7,305
현재 버전 3.0.5
최근 업데이트 2020-08-11
출시 날짜 2017-12-10
평점 4.42/5 총 57 개의 평점
개발자 Ryan Fitzgerald
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Day Counter - New Tab Page",
    "short_name": "Day Counter",
    "version": "3.0.5",
    "description": "Track days until or since life events like Birthdays easily.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Open Day Counter"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "author": "Ryan Fitzgerald",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "incognito": "split",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ]
}