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)」です。
拡張機能のスクリーンショット
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) |
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 |
Eメール | [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" } } |