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.”。
扩展截图
下载Writeaholic: Daily Writing Habit Site Blocker扩展crx文件
下载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 |
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" } } |