Tabminder

Stop distracted browsing before it starts.

Tabminder क्या है?

Tabminder https://ecmendenhall.github.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stop distracted browsing before it starts."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tabminder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}