Tabulous
This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…
Tabulousとは何ですか?
Tabulousはerindeladyによって開発されたChromeの拡張機能で、その主な機能は「This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…」です。
拡張機能のスクリーンショット
Tabulous拡張機能のCRXファイルをダウンロード
Tabulous拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together. Optional actual clock overlay, or random sassy phrases.
拡張機能の基本情報
名前 | Tabulous |
ID | fcckbadfjehdbhfknonkbpahjlbmdemf |
公式URL | https://chromewebstore.google.com/detail/tabulous/fcckbadfjehdbhfknonkbpahjlbmdemf |
説明 | This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.… |
ファイルサイズ | 131 KB |
インストール数 | 17 |
現在のバージョン | 1.2 |
最終更新日 | 2017-01-07 |
公開日 | 2017-01-06 |
開発者 | erindelady |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabulous", "short_name": "Tabtabtabtab", "version": "1.2", "permissions": [ "storage" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "options_ui": { "page": "options.html", "chrome_style": false, "open_in_tab": true }, "browser_action": { "default_icon": { "16": "icons\/icon16.png", "24": "icons\/icon48.png", "32": "icons\/icon128.png" }, "default_popup": "options.html" } } |