Tabzero

The Google Chrome start page that gets you going.

Co to jest Tabzero?

Tabzero to rozszerzenie Chrome opracowane przez https://tabzero.co, a jego główną funkcją jest „The Google Chrome start page that gets you going.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tabzero

Pobierz pliki rozszerzeń Tabzero w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.)                    

Podstawowe informacje o rozszerzeniu

Nazwa Tabzero Tabzero
ID pjpnhmoelpdcojimmokdhahefenonbfn
Oficjalny URL https://chrome.google.com/webstore/detail/tabzero/pjpnhmoelpdcojimmokdhahefenonbfn
Opis The Google Chrome start page that gets you going.
Rozmiar pliku 287 KB
Liczba instalacji 132
Aktualna Wersja 0.0.0.6
Ostatnia Aktualizacja 2019-03-08
Data Publikacji 2019-03-08
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://tabzero.co
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://tabzero.co/
Adres URL Strony Pomocy https://tabzero.co/about
Adres URL Strony Polityki Prywatności http://tabzero.co/privacy
Obsługiwane Języki 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"
}