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文件

下載Days Since (Days Count)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}