Writeaholic: Daily Writing Habit Site Blocker

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

Cos'è Writeaholic: Daily Writing Habit Site Blocker?

Writeaholic: Daily Writing Habit Site Blocker è un'estensione di Chrome sviluppata da nivivive, e la sua funzione principale è "Stay focused and write daily. A different kind of site blocker.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Writeaholic: Daily Writing Habit Site Blocker

Scarica i file di estensione Writeaholic: Daily Writing Habit Site Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Writeaholic: Daily Writing Habit Site Blocker Writeaholic: Daily Writing Habit Site Blocker
ID glngaclnhgpkkgmdcdmhfikmoopdhcgn
URL Ufficiale https://chromewebstore.google.com/detail/writeaholic-daily-writing/glngaclnhgpkkgmdcdmhfikmoopdhcgn
Descrizione Stay focused and write daily. A different kind of site blocker.
Dimensione del File 18.13 KB
Conteggio Installazioni 68
Versione Corrente 1.1.0
Ultimo Aggiornamento 2021-03-23
Data di Pubblicazione 2021-02-09
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore nivivive
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://docs.google.com/forms/d/e/1FAIpQLSedGzobRLI7D-JwA0P4HORCR5ZWyRFTUBPFeP-ECExZHCLj2Q/viewform?usp=sf_link
URL della Pagina della Politica sulla Privacy https://www.privacypolicies.com/live/618863e0-242f-4d66-af0d-90b7e909662e
Lingue Supportate 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"
    }
}