Tablr

A powerful tab manager at your fingertips!

Tablr क्या है?

Tablr TVFlash द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A powerful tab manager at your fingertips!"।

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

screenshot

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

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

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

                        Tab organization done right.

Tablr is a quick and lightweight tab sorting and searching Chrome extension!

Features :
- Alphabetize tabs A-Z (Ctrl+Shift+A)
- Search tabs for keywords
- Adjustable settings
- Duplicate tab cleaning

Change log:
V 1.3.2
- Performance optimizations 
V 1.3.1
- Fixed preferences for shortcut searches
V 1.3
- Added Settings menu
- Added search by URL
- Added toggle tab duplicate cleaning
V 1.2.1
- Added search on enter
V 1.2
- Added alpha sort shortcut
V 1.1
- Fixed icons
V 1.0
- Release                    

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

नाम Tablr Tablr
ID agdlmmkblbggohcchbofgamfjddamemo
आधिकारिक URL https://chrome.google.com/webstore/detail/tablr/agdlmmkblbggohcchbofgamfjddamemo
विवरण A powerful tab manager at your fingertips!
फ़ाइल का आकार 42.19 KB
स्थापना संख्या 47
वर्तमान संस्करण 1.3.2
अंतिम अपडेट 2014-09-11
प्रकाशन तिथि 2014-09-11
रेटिंग 5.00/5 कुल 9 रेटिंग्स
डेवलपर TVFlash
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tablr",
    "description": "A powerful tab manager at your fingertips!",
    "version": "1.3.2",
    "options_page": "settings.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "toggle-sort": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "Command+Shift+A"
            },
            "description": "Sorts the tabs in A-Z"
        }
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/hot.png",
        "48": "img\/icon48.png",
        "16": "img\/defaultIcon16.png"
    },
    "permissions": [
        "webNavigation",
        "webRequest",
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}