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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nivivive และคุณลักษณะหลักของมันคือ "Stay focused and write daily. A different kind of site blocker."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Writeaholic: Daily Writing Habit Site Blocker

ดาวน์โหลดไฟล์ส่วนขยาย Writeaholic: Daily Writing Habit Site Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}