Tabulous
This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…
Was ist Tabulous?
Tabulous ist eine Chrome-Erweiterung, die von erindelady entwickelt wurde, und ihr Hauptmerkmal ist "This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…".
Erweiterungsscreenshots
Tabulous-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tabulous-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Tabulous |
ID | fcckbadfjehdbhfknonkbpahjlbmdemf |
Offizielle URL | https://chromewebstore.google.com/detail/tabulous/fcckbadfjehdbhfknonkbpahjlbmdemf |
Beschreibung | This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.… |
Dateigröße | 131 KB |
Installationsanzahl | 17 |
Aktuelle Version | 1.2 |
Letztes Update | 2017-01-07 |
Veröffentlichungsdatum | 2017-01-06 |
Entwickler | erindelady |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |