Tabzero

The Google Chrome start page that gets you going.

什么是Tabzero?

Tabzero是由https://tabzero.co开发的Chrome扩展程序,该扩展的主要功能是“The Google Chrome start page that gets you going.”。

扩展截图

screenshot

下载Tabzero扩展crx文件

下载Tabzero扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Tabzero Tabzero
ID pjpnhmoelpdcojimmokdhahefenonbfn
官方URL https://chrome.google.com/webstore/detail/tabzero/pjpnhmoelpdcojimmokdhahefenonbfn
简介 The Google Chrome start page that gets you going.
文件大小 287 KB
安装次数 132
当前版本 0.0.0.6
更新时间 2019-03-08
上架时间 2019-03-08
评分 5.00/5 共2次评分
开发者 https://tabzero.co
电子邮箱 [email protected]
付费类型 free
扩展官网 https://tabzero.co/
帮助页面URL https://tabzero.co/about
隐私政策页面URL http://tabzero.co/privacy
支持的语言 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"
}