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.”。

擴展截圖

screenshot
screenshot

下載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 Delayed Gratification
ID ifhndomfnbmggdgodaicfebeggdphlcn
官方網址 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
電子郵箱 [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"
    }
}