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 |
Eメール | [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" } } |