Tabulous
This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…
Wat is Tabulous?
Tabulous is een Chrome-extensie ontwikkeld door erindelady, en de belangrijkste functie is "This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…".
Extensie Screenshots
Download het CRX-bestand van de extensie Tabulous
Download Tabulous-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Tabulous |
ID | fcckbadfjehdbhfknonkbpahjlbmdemf |
Officiële URL | https://chromewebstore.google.com/detail/tabulous/fcckbadfjehdbhfknonkbpahjlbmdemf |
Beschrijving | This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.… |
Bestandsgrootte | 131 KB |
Aantal Installaties | 17 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2017-01-07 |
Publicatiedatum | 2017-01-06 |
Ontwikkelaar | erindelady |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |