TabZolo

The focus and actually get stuff done online extension.

TabZolo란 무엇입니까?

TabZolo은(는) David Small에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The focus and actually get stuff done online extension."입니다.

확장 프로그램 스크린샷

TabZolo 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        With TabZolo you can stand a chance against your multi-tab overload. If you're tired of bombarding yourself with useless "read later" tabs that are too easy to accumulate then TabZolo may be the right cure for you. It's built with a simple philosophy: commit to finishing what you start online before starting other things.

Toggling TabZolo ON puts a lockdown on Google Chrome that focuses your attention on one single tab in one single window at any given time while you're in your browser. That is it. No more. No less.

When you toggle TabZolo OFF, Google Chrome is unshackled revitalizing it back to its fully functional, multi-tab/window-capable glorious self and restores your pre-existing tabs that were stored away to help you focus on TabZolo (if applicable).

We hope you like our efforts on helping you actually tackle your Internet tasks one tab at a time.

For more information, check out our info page at http://tabzolo.co.

A project by @mrdazm and @__leocorrea.                    

확장 프로그램 기본 정보

이름 TabZolo TabZolo
ID bkpcjokmnekbnkjldkiechmphnadngoj
공식 URL https://chromewebstore.google.com/detail/tabzolo/bkpcjokmnekbnkjldkiechmphnadngoj
설명 The focus and actually get stuff done online extension.
파일 크기 49.74 KB
설치 횟수 892
현재 버전 1.0.3.1
최근 업데이트 2013-08-09
출시 날짜 2013-08-09
평점 4.53/5 총 15 개의 평점
개발자 David Small
결제 유형 free
확장 프로그램 웹 사이트 http://tabzolo.co
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabZolo",
    "description": "The focus and actually get stuff done online extension.",
    "version": "1.0.3.1",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "assets\/javascript\/TabZolo.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/images\/tabzolo-inactive-19.png",
            "38": "assets\/images\/tabzolo-inactive-38.png"
        },
        "default_title": "TabZolo"
    },
    "homepage_url": "http:\/\/tabzolo.co",
    "icons": {
        "16": "assets\/images\/tabzolo-16.png",
        "48": "assets\/images\/tabzolo-48.png",
        "128": "assets\/images\/tabzolo-128.png",
        "148": "assets\/images\/tabzolo-148.png"
    }
}