tabby

A simple Chrome extension to reign in those with bad tabits.

tabby क्या है?

tabby Emily Malec Brown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple Chrome extension to reign in those with bad tabits."।

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

screenshot
screenshot

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

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

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

                        This Chrome extension keeps track of your exact (same url), and soft (same hostname) tab duplicates and gives you the ability to quickly close them.

If you're feeling brave, you can also close all tabs at once, only retaining your current active tab and any pinned tabs.

The toolbar icon changes from a kitten to a pesky alert icon when your browsing is getting out of hand (in this version greater than 7 tabs), and also sounds a blowhorn.                    

एक्सटेंशन की मूल जानकारी

नाम tabby tabby
ID dplangmakkhocklhogiakliaegcgmdca
आधिकारिक URL https://chromewebstore.google.com/detail/tabby/dplangmakkhocklhogiakliaegcgmdca
विवरण A simple Chrome extension to reign in those with bad tabits.
फ़ाइल का आकार 1.4 MB
स्थापना संख्या 14
वर्तमान संस्करण 2.0
अंतिम अपडेट 2016-10-06
प्रकाशन तिथि 2016-10-05
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर Emily Malec Brown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/emilymalecbrown/tabby
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tabby",
    "version": "2.0",
    "manifest_version": 2,
    "description": "A simple Chrome extension to reign in those with bad tabits.",
    "icons": {
        "128": ".\/img\/tabby_128.png",
        "16": ".\/img\/tabby_16.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "tabby"
    },
    "minimum_chrome_version": "18",
    "permissions": [
        "tabs",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            ".\/js\/app\/popup.js"
        ]
    }
}