Tabzero
The Google Chrome start page that gets you going.
Cos'è Tabzero?
Tabzero è un'estensione di Chrome sviluppata da https://tabzero.co, e la sua funzione principale è "The Google Chrome start page that gets you going.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tabzero
Scarica i file di estensione Tabzero in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Tabzero is a Google Chrome extension that replaces your start page with an application designed to keep you smart and productive. 🔎 SMART SEARCH A search bar on steroids. Start your query with one of our predefined keywords to search directly in some popular sites, or just default to Google. ✅ TO-DO LISTS Features, schmeatures! Our simple task lists remind you of your priorities with every new tab you open. The best to-do app is the one you look at the most. 🗞 NEWS FEEDS Get the latest stories at a glance. We’ve added some news feeds to get you started, but adding your own is way cooler, daddy-o. 🗒 NOTES Quickly jot down whatever you need to remember. Like passwords and credit card details. Just kidding. (Really.)
Informazioni di Base sull'Estensione
Nome | |
ID | pjpnhmoelpdcojimmokdhahefenonbfn |
URL Ufficiale | https://chrome.google.com/webstore/detail/tabzero/pjpnhmoelpdcojimmokdhahefenonbfn |
Descrizione | The Google Chrome start page that gets you going. |
Dimensione del File | 287 KB |
Conteggio Installazioni | 132 |
Versione Corrente | 0.0.0.6 |
Ultimo Aggiornamento | 2019-03-08 |
Data di Pubblicazione | 2019-03-08 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://tabzero.co |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://tabzero.co/ |
URL della Pagina di Aiuto | https://tabzero.co/about |
URL della Pagina della Politica sulla Privacy | http://tabzero.co/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "assets\/js\/app.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon32.png", "default_title": "Tabzero" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "The Google Chrome start page that gets you going.", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon64.png", "128": "icons\/icon128.png" }, "manifest_version": 2, "name": "Tabzero", "permissions": [ "activeTab", "https:\/\/tabzero.co\/", "storage", "unlimitedStorage" ], "version": "0.0.0.6" } |