New Tab Countdown
Countdown time remaining in the day, week, month, year, or a custom date.
New Tab Countdownとは何ですか?
New Tab CountdownはSebastian Liuによって開発されたChromeの拡張機能で、その主な機能は「Countdown time remaining in the day, week, month, year, or a custom date.」です。
拡張機能のスクリーンショット
New Tab Countdown拡張機能のCRXファイルをダウンロード
New Tab Countdown拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
New Tab Countdown replaces the default new tab with customizable countdowns. You can add or remove countdowns, and can select a time remaining format (in seconds, minutes, hours, days, or weeks) and a specified end date (day, week, month, year, or a custom date and description) for each countdown.
拡張機能の基本情報
名前 | New Tab Countdown |
ID | pbeiaielhjhfdpnonbbincehnanaehon |
公式URL | https://chromewebstore.google.com/detail/new-tab-countdown/pbeiaielhjhfdpnonbbincehnanaehon |
説明 | Countdown time remaining in the day, week, month, year, or a custom date. |
ファイルサイズ | 1.07 MB |
インストール数 | 1,896 |
現在のバージョン | 2.3.3 |
最終更新日 | 2019-03-22 |
公開日 | 2019-03-22 |
評価 | 4.41/5 合計 27 レビュー |
開発者 | Sebastian Liu |
支払い方法 | free |
拡張機能のウェブサイト | https://new-tab-countdown.github.io/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab Countdown", "description": "Countdown time remaining in the day, week, month, year, or a custom date.", "version": "2.3.3", "manifest_version": 2, "icons": { "48": "extension-icons\/Clock-48.png", "128": "extension-icons\/Clock-128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |