Excited Gem

A tool to manage your tabs and other browser related features.

Excited Gem क्या है?

Excited Gem amirhameed द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool to manage your tabs and other browser related features."।

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

screenshot

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

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

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

                        A tabs management extension for your browser. If you keep many tabs open on your browser ,Excited Gem can help you maintain those many tabs with a nice list view. You can easily search , close, pin/unpin, mute tabs. You can even Sort your tabs.                    

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

नाम Excited Gem Excited Gem
ID ndmfbpjadedofeohnpefljloeiekhcbc
आधिकारिक URL https://chromewebstore.google.com/detail/excited-gem/ndmfbpjadedofeohnpefljloeiekhcbc
विवरण A tool to manage your tabs and other browser related features.
फ़ाइल का आकार 5.04 MB
स्थापना संख्या 18
वर्तमान संस्करण 0.9.200
अंतिम अपडेट 2019-04-10
प्रकाशन तिथि 2019-04-10
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर amirhameed
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/picwellwisher12pk/onetab-advanced
सहायता पृष्ठ URL https://amirhameed.com/contact-me/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "",
        "contextMenus",
        "storage",
        "notifications"
    ],
    "name": "Excited Gem",
    "version": "0.9.200",
    "manifest_version": 2,
    "description": "A tool to manage your tabs and other browser related features.",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/logo.png",
            "38": "images\/logo.png"
        },
        "default_title": "Excited Gem"
    }
}