Tabbie

The missing tab manager for Chrome

Tabbie क्या है?

Tabbie hharnisc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The missing tab manager for Chrome"।

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

screenshot

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

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

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

                        The missing tab manager for Chrome. Select a few tabs with CMD + click and then save them with the Tabbie chrome extension. It's also possible to save and close the tabs for later use.                    

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

नाम Tabbie Tabbie
ID aingjdeimmekeknhjcbnigfbfbboffeo
आधिकारिक URL https://chromewebstore.google.com/detail/tabbie/aingjdeimmekeknhjcbnigfbfbboffeo
विवरण The missing tab manager for Chrome
फ़ाइल का आकार 106 KB
स्थापना संख्या 3,107
वर्तमान संस्करण 0.4.1
अंतिम अपडेट 2017-03-19
प्रकाशन तिथि 2017-03-19
रेटिंग 3.62/5 कुल 29 रेटिंग्स
डेवलपर hharnisc
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabbie",
    "short_name": "Tabbie",
    "description": "The missing tab manager for Chrome",
    "version": "0.4.1",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}