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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://docs.google.com/forms/d/e/1FAIpQLSedGzobRLI7D-JwA0P4HORCR5ZWyRFTUBPFeP-ECExZHCLj2Q/viewform?usp=sf_link
عنوان صفحة سياسة الخصوصية 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"
    }
}