Block Reddit
Reminds you to get off Reddit.
Block Redditとは何ですか?
Block RedditはCSによって開発されたChromeの拡張機能で、その主な機能は「Reminds you to get off Reddit.」です。
拡張機能のスクリーンショット
Block Reddit拡張機能のCRXファイルをダウンロード
Block Reddit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Block Reddit is a Chrome extension that encourages you to accomplish your goals. When you visit Reddit, you will be prompted by a goal or task you have added. You now have to make a concious decision whether you want to Reddit or not. You can also select how frequently you would wish to be reminded. You can also click the Pear icon on the options page to lock Reddit for the remainder of the day.
拡張機能の基本情報
名前 | Block Reddit |
ID | dghpifbabagfbmekemjgccimackjiljp |
公式URL | https://chromewebstore.google.com/detail/block-reddit/dghpifbabagfbmekemjgccimackjiljp |
説明 | Reminds you to get off Reddit. |
ファイルサイズ | 51.68 KB |
インストール数 | 988 |
現在のバージョン | 1.0.3 |
最終更新日 | 2014-12-18 |
公開日 | 2014-12-18 |
評価 | 2.80/5 合計 15 レビュー |
開発者 | CS |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Block Reddit", "version": "1.0.3", "description": "Reminds you to get off Reddit.", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "icons": { "16": "pear.png", "48": "pear.png", "128": "pear.png" }, "page_action": { "default_icon": { "19": "pear.png", "38": "pear.png" }, "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "tabs", "*:\/\/*.reddit.com\/*", "storage" ] } |