Time Snatch - Block Websites with Timers

Block websites, control your browsing patterns and beat procrastination.

Time Snatch - Block Websites with Timers란 무엇입니까?

Time Snatch - Block Websites with Timers은(는) Snatch Solutions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block websites, control your browsing patterns and beat procrastination."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Time Snatch - Block Websites with Timers 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Time Snatch boosts your productivity by allowing you to limit the amount of time you spend on distracting websites. 

You can completely block off a website or allow yourself to enjoy it for a few minutes (or hours) per day. After navigating to a distracting site you will be redirected to a productive one of your choice or to our default inspiring web page that will throw motivating quotes at you. 

Time Snatch is lightweight, reliable and secure. It gives you the flexibility to block and manage each website individually. 

Any comments, suggestions and ideas are welcome! Your feedback is invaluable and the extension will evolve depending on YOUR needs. Expect frequent updates and quick responses.

The "Read your browsing history" permission is needed to check whether the current website you are visiting matches any of the ones you have blocked. The extension never saves, sends or uses any of this information for other purposes. You can verify this by checking the open-source code at https://github.com/Thinkorswim/time-snatch.                    

확장 프로그램 기본 정보

이름 Time Snatch - Block Websites with Timers Time Snatch - Block Websites with Timers
ID epamlgdeklcjkldoaclgjdmjnchdgbho
공식 URL https://chromewebstore.google.com/detail/time-snatch-block-website/epamlgdeklcjkldoaclgjdmjnchdgbho
설명 Block websites, control your browsing patterns and beat procrastination.
파일 크기 438 KB
설치 횟수 333
현재 버전 2.1.2
최근 업데이트 2024-01-31
출시 날짜 2020-04-23
평점 4.33/5 총 18 개의 평점
개발자 Snatch Solutions
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Thinkorswim/time-snatch
도움말 페이지 URL https://github.com/Thinkorswim/time-snatch/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Time Snatch - Block Websites with Timers",
    "short_name": "Time Snatch",
    "version": "2.1.2",
    "description": "Block websites, control your browsing patterns and beat procrastination.",
    "icons": {
        "128": "images\/logo128.png",
        "48": "images\/logo48.png",
        "16": "images\/logo16.png"
    },
    "action": {
        "defualt_icon": "images\/logo16.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "scripts\/controller.js"
    },
    "permissions": [
        "storage",
        "notifications",
        "tabs"
    ]
}