Tabulous
This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…
Qu'est-ce que Tabulous ?
Tabulous est une extension Chrome développée par erindelady, et sa fonction principale est "This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tabulous
Téléchargez les fichiers d'extension Tabulous au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Tabulous |
ID | fcckbadfjehdbhfknonkbpahjlbmdemf |
URL Officiel | https://chromewebstore.google.com/detail/tabulous/fcckbadfjehdbhfknonkbpahjlbmdemf |
Description | This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.… |
Taille du Fichier | 131 KB |
Nombre d'Installations | 17 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2017-01-07 |
Date de Publication | 2017-01-06 |
Développeur | erindelady |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |