Focused - Website Blocker

A free and open source website blocker. Now block those distracting websites and smash your goals!

Focused - Website Blocker란 무엇입니까?

Focused - Website Blocker은(는) Sahil Khurana에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A free and open source website blocker. Now block those distracting websites and smash your goals!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Focused - Website Blocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        To block a website, simply click on the "Block This Site!" button in the extension popup. You can block unlimited websites using this extension.
Focused is open source. The source code is available on Github. Link to source code is in the website section.

Upcoming features:
1. Ability to turn blocking on and off for scheduled times.
2. Ability to set a timer for blocking duration.
3. Ability to add websites to blocked list from extension settings page.

For feedback and suggestions you can reach out to me at - [email protected]
If you are familiar with Github, feel free to raise an issue on the repository itself.

Have a productive day ahead!                    

확장 프로그램 기본 정보

이름 Focused - Website Blocker Focused - Website Blocker
ID gohlodncmafjmajkfemnppioagfbjcpl
공식 URL https://chromewebstore.google.com/detail/focused-website-blocker/gohlodncmafjmajkfemnppioagfbjcpl
설명 A free and open source website blocker. Now block those distracting websites and smash your goals!
파일 크기 5.41 MB
설치 횟수 614
현재 버전 0.1.0
최근 업데이트 2021-04-05
출시 날짜 2021-04-04
평점 4.89/5 총 9 개의 평점
개발자 Sahil Khurana
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/sahilkhurana19/focused-extension
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Focused - Website Blocker",
    "version": "0.1.0",
    "description": "A free and open source website blocker. Now block those distracting websites and smash your goals!",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options\/options.html",
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "static\/images\/icon\/blocked_16x16.png",
            "32": "static\/images\/icon\/blocked_32x32.png",
            "48": "static\/images\/icon\/blocked_64x64.png",
            "128": "static\/images\/icon\/blocked_128x128.png"
        }
    },
    "icons": {
        "16": "static\/images\/icon\/blocked_16x16.png",
        "32": "static\/images\/icon\/blocked_32x32.png",
        "48": "static\/images\/icon\/blocked_64x64.png",
        "128": "static\/images\/icon\/blocked_128x128.png"
    },
    "manifest_version": 2
}