Writeaholic: Daily Writing Habit Site Blocker

Stay focused and write daily. A different kind of site blocker.

Writeaholic: Daily Writing Habit Site Blocker란 무엇입니까?

Writeaholic: Daily Writing Habit Site Blocker은(는) nivivive에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stay focused and write daily. A different kind of site blocker."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Writeaholic: Daily Writing Habit Site Blocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Build a daily writing habit by automatically blocking certain websites until you write your minimum daily word count. 

You can configure which websites to block and your target word count. You can also see your latest progress.

Privacy policy: Writeaholic doesn't collect any of your personal data -- everything stays on your computer. 

Donate here if you find it useful! https://www.ko-fi.com/nivivive                    

확장 프로그램 기본 정보

이름 Writeaholic: Daily Writing Habit Site Blocker Writeaholic: Daily Writing Habit Site Blocker
ID glngaclnhgpkkgmdcdmhfikmoopdhcgn
공식 URL https://chromewebstore.google.com/detail/writeaholic-daily-writing/glngaclnhgpkkgmdcdmhfikmoopdhcgn
설명 Stay focused and write daily. A different kind of site blocker.
파일 크기 18.13 KB
설치 횟수 68
현재 버전 1.1.0
최근 업데이트 2021-03-23
출시 날짜 2021-02-09
평점 5.00/5 총 5 개의 평점
개발자 nivivive
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://docs.google.com/forms/d/e/1FAIpQLSedGzobRLI7D-JwA0P4HORCR5ZWyRFTUBPFeP-ECExZHCLj2Q/viewform?usp=sf_link
개인정보 보호 정책 페이지 URL https://www.privacypolicies.com/live/618863e0-242f-4d66-af0d-90b7e909662e
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Writeaholic: Daily Writing Habit Site Blocker",
    "description": "Stay focused and write daily. A different kind of site blocker.",
    "version": "1.1.0",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon32.png"
    }
}