Tabminder

Stop distracted browsing before it starts.

Tabminder란 무엇입니까?

Tabminder은(는) https://ecmendenhall.github.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stop distracted browsing before it starts."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        There's nothing wrong with taking a quick break, but it's easy to waste a ton of time as soon as you open a new tab. Tabminder helps make you more mindful of browsing distracting sites by providing a gentle reminder every few minutes, preventing quick visits to Reddit, Twitter, and Hacker News from turning into work-sucking time vortexes. 

When you open a distracting tab, Tabminder starts counting down from your preset time limit. When time's up, it  prompts you to close the distracting tab or restart the timer. It's just annoying enough to keep you aware of distracted browsing, but not so strict that it prevents you from taking a break once in a while.

Tabminder 1.0 is a significant update including a new Chrome-style UI, test coverage for better reliability, bult-in help, and an improved background script behind the scenes.

Changes in version 1.0:
• Improved UI using native Chrome widgets.
• Built-in help page.
• Removed content script and refactored timer.
• Background script and settings page test coverage.                    

확장 프로그램 기본 정보

이름 Tabminder Tabminder
ID haffdbbhnmojclpkpmjhpdflflienkmk
공식 URL https://chromewebstore.google.com/detail/tabminder/haffdbbhnmojclpkpmjhpdflflienkmk
설명 Stop distracted browsing before it starts.
파일 크기 2.09 MB
설치 횟수 256
현재 버전 1.0
최근 업데이트 2012-10-04
출시 날짜 2012-10-04
평점 4.50/5 총 4 개의 평점
개발자 https://ecmendenhall.github.com
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/ecmendenhall/Tabminder
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabminder",
    "version": "1.0",
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "options_page": "\/html\/options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "\/img\/off.png",
        "icons": [
            "\/img\/off.png",
            "img\/on.png"
        ],
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "48": "img\/tabminder48.png",
        "128": "img\/tabminder128.png"
    },
    "description": "Stop distracted browsing before it starts.",
    "manifest_version": 2,
    "web_accessible_resources": [
        "\/html\/timeup.html",
        "\/html\/settings.html",
        "\/html\/help.html",
        "\/html\/about.html",
        "\/tests\/tests.html"
    ]
}