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.」です。
拡張機能のスクリーンショット
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.)
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } |