Writeaholic: Daily Writing Habit Site Blocker

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

Wat is Writeaholic: Daily Writing Habit Site Blocker?

Writeaholic: Daily Writing Habit Site Blocker is een Chrome-extensie ontwikkeld door nivivive, en de belangrijkste functie is "Stay focused and write daily. A different kind of site blocker.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Writeaholic: Daily Writing Habit Site Blocker

Download Writeaholic: Daily Writing Habit Site Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Writeaholic: Daily Writing Habit Site Blocker Writeaholic: Daily Writing Habit Site Blocker
ID glngaclnhgpkkgmdcdmhfikmoopdhcgn
Officiële URL https://chromewebstore.google.com/detail/writeaholic-daily-writing/glngaclnhgpkkgmdcdmhfikmoopdhcgn
Beschrijving Stay focused and write daily. A different kind of site blocker.
Bestandsgrootte 18.13 KB
Aantal Installaties 68
Huidige Versie 1.1.0
Laatst Bijgewerkt 2021-03-23
Publicatiedatum 2021-02-09
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar nivivive
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://docs.google.com/forms/d/e/1FAIpQLSedGzobRLI7D-JwA0P4HORCR5ZWyRFTUBPFeP-ECExZHCLj2Q/viewform?usp=sf_link
URL van de Privacybeleid Pagina https://www.privacypolicies.com/live/618863e0-242f-4d66-af0d-90b7e909662e
Ondersteunde Talen 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"
    }
}