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 |
官方網址 | 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" } } |