Tabulous
This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…
Co to jest Tabulous?
Tabulous to rozszerzenie Chrome opracowane przez erindelady, a jego główną funkcją jest „This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tabulous
Pobierz pliki rozszerzeń Tabulous w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Tabulous |
ID | fcckbadfjehdbhfknonkbpahjlbmdemf |
Oficjalny URL | https://chromewebstore.google.com/detail/tabulous/fcckbadfjehdbhfknonkbpahjlbmdemf |
Opis | This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.… |
Rozmiar pliku | 131 KB |
Liczba instalacji | 17 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2017-01-07 |
Data Publikacji | 2017-01-06 |
Deweloper | erindelady |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |