Tabulous
This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…
Τι είναι το Tabulous;
Το Tabulous είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον erindelady, και η κύρια λειτουργία του είναι "This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Tabulous
Λήψη αρχείων επέκτασης Tabulous σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Tabulous |
ID | fcckbadfjehdbhfknonkbpahjlbmdemf |
Επίσημο URL | https://chromewebstore.google.com/detail/tabulous/fcckbadfjehdbhfknonkbpahjlbmdemf |
Περιγραφή | This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.… |
Μέγεθος Αρχείου | 131 KB |
Αριθμός Εγκαταστάσεων | 17 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2017-01-07 |
Ημερομηνία Δημοσίευσης | 2017-01-06 |
Προγραμματιστής | erindelady |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } } |