Limits

Specify daily limits for sites you waste too much time on

Limitsคืออะไร?

Limits เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 2matto และคุณลักษณะหลักของมันคือ "Specify daily limits for sites you waste too much time on"

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Limits ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Set daily limits for websites. Prevent binge watching YouTube or Netflix, or put an end to endlessly scrolling on Facebook and Twitter.

Once you hit your daily limit the site will be blocked until the next day. Only active tabs count towards your time.

Use regular expressions to define more complex limits.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Limits Limits
ID pilkecnaknpbllkhjcdfghagdfbdgeon
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/limits/pilkecnaknpbllkhjcdfghagdfbdgeon
คำอธิบาย Specify daily limits for sites you waste too much time on
ขนาดไฟล์ 25.83 KB
จำนวนการติดตั้ง 210
เวอร์ชันปัจจุบัน 0.0.0.4
อัปเดตครั้งล่าสุด 2019-04-05
วันที่เผยแพร่ 2019-04-04
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา 2matto
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Limits",
    "short_name": "Limits",
    "version": "0.0.0.4",
    "description": "Specify daily limits for sites you waste too much time on",
    "icons": {
        "128": "Limits-128.png",
        "512": "Limits-512.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "Limits-128.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}