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 |
官方網址 | 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" } } |