Tabminder

Stop distracted browsing before it starts.

Tabminderคืออะไร?

Tabminder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ecmendenhall.github.com และคุณลักษณะหลักของมันคือ "Stop distracted browsing before it starts."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        There's nothing wrong with taking a quick break, but it's easy to waste a ton of time as soon as you open a new tab. Tabminder helps make you more mindful of browsing distracting sites by providing a gentle reminder every few minutes, preventing quick visits to Reddit, Twitter, and Hacker News from turning into work-sucking time vortexes. 

When you open a distracting tab, Tabminder starts counting down from your preset time limit. When time's up, it  prompts you to close the distracting tab or restart the timer. It's just annoying enough to keep you aware of distracted browsing, but not so strict that it prevents you from taking a break once in a while.

Tabminder 1.0 is a significant update including a new Chrome-style UI, test coverage for better reliability, bult-in help, and an improved background script behind the scenes.

Changes in version 1.0:
• Improved UI using native Chrome widgets.
• Built-in help page.
• Removed content script and refactored timer.
• Background script and settings page test coverage.                    

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

ชื่อ Tabminder Tabminder
ID haffdbbhnmojclpkpmjhpdflflienkmk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabminder/haffdbbhnmojclpkpmjhpdflflienkmk
คำอธิบาย Stop distracted browsing before it starts.
ขนาดไฟล์ 2.09 MB
จำนวนการติดตั้ง 256
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2012-10-04
วันที่เผยแพร่ 2012-10-04
คะแนน 4.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://ecmendenhall.github.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ecmendenhall/Tabminder
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabminder",
    "version": "1.0",
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "options_page": "\/html\/options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "\/img\/off.png",
        "icons": [
            "\/img\/off.png",
            "img\/on.png"
        ],
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "48": "img\/tabminder48.png",
        "128": "img\/tabminder128.png"
    },
    "description": "Stop distracted browsing before it starts.",
    "manifest_version": 2,
    "web_accessible_resources": [
        "\/html\/timeup.html",
        "\/html\/settings.html",
        "\/html\/help.html",
        "\/html\/about.html",
        "\/tests\/tests.html"
    ]
}