Tabzero
The Google Chrome start page that gets you going.
Qu'est-ce que Tabzero ?
Tabzero est une extension Chrome développée par https://tabzero.co, et sa fonction principale est "The Google Chrome start page that gets you going.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tabzero
Téléchargez les fichiers d'extension Tabzero au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.)
Informations de Base sur l'Extension
Nom | |
ID | pjpnhmoelpdcojimmokdhahefenonbfn |
URL Officiel | https://chrome.google.com/webstore/detail/tabzero/pjpnhmoelpdcojimmokdhahefenonbfn |
Description | The Google Chrome start page that gets you going. |
Taille du Fichier | 287 KB |
Nombre d'Installations | 132 |
Version Actuelle | 0.0.0.6 |
Dernière Mise à Jour | 2019-03-08 |
Date de Publication | 2019-03-08 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://tabzero.co |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://tabzero.co/ |
URL de la Page d'Aide | https://tabzero.co/about |
URL de la Page de Politique de Confidentialité | http://tabzero.co/privacy |
Langues Prises en Charge | 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" } |