DayCountDown
show the countdown of day a new tab
DayCountDownとは何ですか?
DayCountDownはShulinChenによって開発されたChromeの拡張機能で、その主な機能は「show the countdown of day a new tab」です。
拡張機能のスクリーンショット
DayCountDown拡張機能のCRXファイルをダウンロード
DayCountDown拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
countdown of the day in a new Tab to increase user's productivity.
拡張機能の基本情報
名前 | DayCountDown |
ID | gldjpdjepgkghlcbfmhgflhhefipahcb |
公式URL | https://chromewebstore.google.com/detail/daycountdown/gldjpdjepgkghlcbfmhgflhhefipahcb |
説明 | show the countdown of day a new tab |
ファイルサイズ | 66.84 KB |
インストール数 | 29 |
現在のバージョン | 1.0.1 |
最終更新日 | 2015-10-11 |
公開日 | 2015-10-11 |
評価 | 3.40/5 合計 5 レビュー |
開発者 | ShulinChen |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DayCountDown", "version": "1.0.1", "description": "show the countdown of day a new tab", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "offline_enabled": true, "permissions": [ "https:\/\/ssl.google-analytics.com\/ga.js", "*:\/\/*.googleapis.com\/*", "storage" ] } |