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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } |