GraphiTabs

Your tabs in order. Smart way to organize your web.

GraphiTabs क्या है?

GraphiTabs https://graphiy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your tabs in order. Smart way to organize your web."।

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

screenshot
screenshot

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

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

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

                        GraphiTabs extension helps to perform deep tabs management with ease.                    

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

नाम GraphiTabs GraphiTabs
ID dcfclemgmkccmnpgnldhldjmflphkimp
आधिकारिक URL https://chromewebstore.google.com/detail/graphitabs/dcfclemgmkccmnpgnldhldjmflphkimp
विवरण Your tabs in order. Smart way to organize your web.
फ़ाइल का आकार 1.19 MB
स्थापना संख्या 10,000
वर्तमान संस्करण 0.1.1
अंतिम अपडेट 2020-01-31
प्रकाशन तिथि 2020-01-30
रेटिंग 4.32/5 कुल 107 रेटिंग्स
डेवलपर https://graphiy.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GraphiTabs",
    "version": "0.1.1",
    "description": "Your tabs in order. Smart way to organize your web.",
    "icons": {
        "16": "\/res\/image\/logo\/16.png",
        "48": "\/res\/image\/logo\/48.png",
        "128": "\/res\/image\/logo\/128.png"
    },
    "browser_action": {
        "default_icon": "\/res\/image\/logo\/19.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "bookmarks"
    ]
}