Days Since (Days Count)

Displays the number of days since a specified date right in the toolbar. (Days Count)

Days Since (Days Count)란 무엇입니까?

Days Since (Days Count)은(는) virajctech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays the number of days since a specified date right in the toolbar. (Days Count)"입니다.

확장 프로그램 스크린샷

screenshot

Days Since (Days Count) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        It's a great tool to Break bad habits / Create good habits / Track how far you have come since some important day.

It's a days count that is ALWAYS visible right in your Chrome toolbar, next to where you type your URLs.

Easily change the date by clicking on the extension logo.

This also syncs between browsers. Like if you login to same chrome account on two different PCs, it'll show the same results!

This extension is open source: https://github.com/virajvchavan/daysCount                    

확장 프로그램 기본 정보

이름 Days Since (Days Count) Days Since (Days Count)
ID emhhhnhbnjkilmhkiibfhjmefpipnmke
공식 URL https://chromewebstore.google.com/detail/days-since-days-count/emhhhnhbnjkilmhkiibfhjmefpipnmke
설명 Displays the number of days since a specified date right in the toolbar. (Days Count)
파일 크기 23.59 KB
설치 횟수 1,284
현재 버전 1.1
최근 업데이트 2019-08-31
출시 날짜 2019-08-31
평점 4.33/5 총 3 개의 평점
개발자 virajctech
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/virajvchavan/daysCount
도움말 페이지 URL https://github.com/virajvchavan/daysCount
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Days Since (Days Count)",
    "short_name": "Days Since",
    "version": "1.1",
    "description": "Displays the number of days since a specified date right in the toolbar. (Days Count)",
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_title": "Click here to set the date",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    }
}