Tabulous
This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…
Co je Tabulous?
Tabulous je rozšíření Chrome vyvinuté erindelady, a jeho hlavní funkcí je „This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Tabulous
Stáhněte si soubory rozšíření Tabulous ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Tabulous |
ID | fcckbadfjehdbhfknonkbpahjlbmdemf |
Oficiální URL | https://chromewebstore.google.com/detail/tabulous/fcckbadfjehdbhfknonkbpahjlbmdemf |
Popis | This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.… |
Velikost souboru | 131 KB |
Počet instalací | 17 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2017-01-07 |
Datum Vydání | 2017-01-06 |
Vývojář | erindelady |
Typ Platby | free |
Podporované Jazyky | 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" } } |