Tabzero
The Google Chrome start page that gets you going.
O que é Tabzero?
Tabzero é uma extensão do Chrome desenvolvida por https://tabzero.co, e sua principal característica é "The Google Chrome start page that gets you going.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tabzero
Baixe arquivos de extensão Tabzero no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.)
Informações Básicas da Extensão
Nome | |
ID | pjpnhmoelpdcojimmokdhahefenonbfn |
URL Oficial | https://chrome.google.com/webstore/detail/tabzero/pjpnhmoelpdcojimmokdhahefenonbfn |
Descrição | The Google Chrome start page that gets you going. |
Tamanho do Arquivo | 287 KB |
Contagem de Instalações | 132 |
Versão Atual | 0.0.0.6 |
Última Atualização | 2019-03-08 |
Data de Publicação | 2019-03-08 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://tabzero.co |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://tabzero.co/ |
URL da Página de Ajuda | https://tabzero.co/about |
URL da Página de Política de Privacidade | http://tabzero.co/privacy |
Idiomas Suportados | 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" } |