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" } } |