Slow Time New Tab
See your day and year slow down as they are expressed in the form of an analogue clock!
Slow Time New Tabとは何ですか?
Slow Time New Tabはalvmalによって開発されたChromeの拡張機能で、その主な機能は「See your day and year slow down as they are expressed in the form of an analogue clock!」です。
拡張機能のスクリーンショット
Slow Time New Tab拡張機能のCRXファイルをダウンロード
Slow Time New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Created to replace your new tab page with two beautifully peaceful and unique clocks. Escape the anxiety of time and enjoy the day and year at a glance. 'Today' tracks the day, taking 24 hours to complete a revolution, with midnight striking at the 6 o'clock position and midday at 12 o'clock. 'Yearly' tracks the year by moving the hand each day of the year with the 12 o'clock position marking the start and end of the year. Inspired by Scott Thrift's work timeincolor.com
拡張機能の基本情報
名前 | Slow Time New Tab |
ID | pimceeaakmkaekdjabmcbbmopedbeogd |
公式URL | https://chromewebstore.google.com/detail/slow-time-new-tab/pimceeaakmkaekdjabmcbbmopedbeogd |
説明 | See your day and year slow down as they are expressed in the form of an analogue clock! |
ファイルサイズ | 161 KB |
インストール数 | 16 |
現在のバージョン | 1.6 |
最終更新日 | 2020-05-17 |
公開日 | 2020-05-17 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | alvmal |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Slow Time New Tab", "short_name": "Slow Time", "version": "1.6", "description": "See your day and year slow down as they are expressed in the form of an analogue clock!", "offline_enabled": true, "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": { "16": "icon16.png", "48": "icon48.png" }, "default_title": "Slow Time" }, "web_accessible_resources": [ "main.css", "fonts\/NTR-Regular.ttf", "icon16.png", "index.html" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |