Delayed Gratification
A quick and easy cure for Endless Scrolling Syndrome.
Delayed Gratificationとは何ですか?
Delayed Gratificationはdelayedgratificationappによって開発されたChromeの拡張機能で、その主な機能は「A quick and easy cure for Endless Scrolling Syndrome.」です。
拡張機能のスクリーンショット
Delayed Gratification拡張機能のCRXファイルをダウンロード
Delayed Gratification拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Every time you tab into a time-eating website, Delayed Gratification gives you 15 seconds to make sure you actually wanted to do that. Because, let's face it, it's mostly just muscle memory at this point. Click on the hourglass icon in your browser to add "bad websites" and update your time settings. NOTE: Delayed Gratification is currently in beta. Please contact [email protected] with any bugs or suggestions.
拡張機能の基本情報
名前 | Delayed Gratification |
ID | ifhndomfnbmggdgodaicfebeggdphlcn |
公式URL | https://chromewebstore.google.com/detail/delayed-gratification/ifhndomfnbmggdgodaicfebeggdphlcn |
説明 | A quick and easy cure for Endless Scrolling Syndrome. |
ファイルサイズ | 55.97 KB |
インストール数 | 8,659 |
現在のバージョン | 0.0.5 |
最終更新日 | 2017-01-09 |
公開日 | 2017-01-09 |
評価 | 4.83/5 合計 58 レビュー |
開発者 | delayedgratificationapp |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Delayed Gratification", "description": "A quick and easy cure for Endless Scrolling Syndrome.", "options_page": "settings.html", "version": "0.0.5", "permissions": [ "storage", "tabs" ], "background": { "page": "background_page.html", "js": [ "jquery-2.2.0.min.js" ] }, "browser_action": [], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |