Zen tab: Beautiful, simple new tab
Change your default new tab for a new one with widgets and landscapes based on your local weather. Simple, beautiful, useful.
Τι είναι το Zen tab: Beautiful, simple new tab;
Το Zen tab: Beautiful, simple new tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Agustin Bosso, και η κύρια λειτουργία του είναι "Change your default new tab for a new one with widgets and landscapes based on your local weather. Simple, beautiful, useful.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Zen tab: Beautiful, simple new tab
Λήψη αρχείων επέκτασης Zen tab: Beautiful, simple new tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Zen-tab BETA. WARNING: If your connection is slow the first landscapes will take some time to load, until some of them get cached. A "new tab" extension to change the default one with simple widgets and landscapes based on your local weather. Simple, beautiful, useful. Features: - Rotating landscapes based on your local weather - Date and time - Weather and forecast - Most visited websites - Quick access to bookmarks - Optional rain effect - Quick notepad - Save and recover your favorites landscapes
Βασικές Πληροφορίες Επέκτασης
Όνομα | Zen tab: Beautiful, simple new tab |
ID | lbhkibbnhbkppaidinikfepgfhegmoak |
Επίσημο URL | https://chromewebstore.google.com/detail/zen-tab-beautiful-simple/lbhkibbnhbkppaidinikfepgfhegmoak |
Περιγραφή | Change your default new tab for a new one with widgets and landscapes based on your local weather. Simple, beautiful, useful. |
Μέγεθος Αρχείου | 4.61 MB |
Αριθμός Εγκαταστάσεων | 10,000 |
Τρέχουσα Έκδοση | 1.18.1 |
Τελευταία Ενημέρωση | 2022-05-17 |
Ημερομηνία Δημοσίευσης | 2020-06-03 |
Αξιολόγηση | 3.51/5 Συνολικά 261 Αξιολογήσεις |
Προγραμματιστής | Agustin Bosso |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://zen-tab.com |
URL της Σελίδας Πολιτικής Απορρήτου | http://zen-tab.com/legal/privacepolicy.html |
Υποστηριζόμενες Γλώσσες | en-GB,en-US,ca,es,es-419,pt-BR,pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zen tab: Beautiful, simple new tab", "short_name": "Zen tab", "description": "Change your default new tab for a new one with widgets and landscapes based on your local weather. Simple, beautiful, useful.", "default_locale": "en_GB", "version": "1.18.1", "icons": { "16": "zentab_16.png", "32": "zentab_32.png", "48": "zentab_48.png", "128": "zentab_128.png" }, "incognito": "split", "permissions": [ "geolocation", "topSites", "bookmarks", "chrome:\/\/favicon\/", "http:\/\/query.yahooapis.com\/v1\/public\/*", "http:\/\/weather.yahooapis.com\/*", "http:\/\/fonts.googleapis.com\/*", "http:\/\/zen-tab.com\/*", "https:\/\/zen-tab.com\/*", "https:\/\/*.staticflickr.com\/*" ], "chrome_url_overrides": { "newtab": "tab.html" }, "background": { "scripts": [ "js\/background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/zen-tab.com; object-src 'self'", "manifest_version": 2 } |