Delayed Gratification

A quick and easy cure for Endless Scrolling Syndrome.

Delayed Gratificationคืออะไร?

Delayed Gratification เป็นส่วนขยายของ Chrome ที่พัฒนาโดย delayedgratificationapp และคุณลักษณะหลักของมันคือ "A quick and easy cure for Endless Scrolling Syndrome."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Delayed Gratification

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
อีเมล [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"
    }
}