Days Since (Days Count)

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

Days Since (Days Count) là gì?

Days Since (Days Count) là một tiện ích mở rộng Chrome được phát triển bởi virajctech, và tính năng chính của nó là "Displays the number of days since a specified date right in the toolbar. (Days Count)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Days Since (Days Count)

Tải xuống các tệp mở rộng Days Since (Days Count) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Days Since (Days Count) Days Since (Days Count)
ID emhhhnhbnjkilmhkiibfhjmefpipnmke
URL Chính Thức https://chromewebstore.google.com/detail/days-since-days-count/emhhhnhbnjkilmhkiibfhjmefpipnmke
Mô tả Displays the number of days since a specified date right in the toolbar. (Days Count)
Kích Thước Tệp 23.59 KB
Số Lần Cài Đặt 1,284
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-08-31
Ngày Phát Hành 2019-08-31
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển virajctech
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/virajvchavan/daysCount
URL Trang Trợ Giúp https://github.com/virajvchavan/daysCount
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}