ValueTime
Replace new tab page with a page showing time left in day,(kind of reverse clock).
ValueTimeとは何ですか?
ValueTimeはShubham Mathurによって開発されたChromeの拡張機能で、その主な機能は「Replace new tab page with a page showing time left in day,(kind of reverse clock).」です。
拡張機能のスクリーンショット
ValueTime拡張機能のCRXファイルをダウンロード
ValueTime拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
UPDATE: Dark and Light mode added, click that button to switch between modes. It is a web page which replaces new tab. It displays motivation quotes and time remaining in the day, so as to keep one motivated to complete his goals and prevent him to waste any time. In short, it is kind of reverse clock. This extension is inspired from "Motivation". Thanks to maccman for "Motivation" extension
拡張機能の基本情報
名前 | ValueTime |
ID | badapfgpjjaagnahmlfkhpomblifhiaj |
公式URL | https://chromewebstore.google.com/detail/valuetime/badapfgpjjaagnahmlfkhpomblifhiaj |
説明 | Replace new tab page with a page showing time left in day,(kind of reverse clock). |
ファイルサイズ | 99.24 KB |
インストール数 | 97 |
現在のバージョン | 1.2.7 |
最終更新日 | 2017-05-19 |
公開日 | 2017-05-19 |
評価 | 4.60/5 合計 5 レビュー |
開発者 | Shubham Mathur |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "valuetime.js" ] }, "chrome_url_overrides": { "newtab": "home.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'", "description": "Replace new tab page with a page showing time left in day,(kind of reverse clock).", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "ValueTime", "short_name": "Reverse Clock", "offline_enabled": true, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.7" } |