Excited Gem

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

What is Excited Gem?

Excited Gem is a Chrome extension developed by amirhameed, and its main feature is "A tool to manage your tabs and other browser related features.".

Extension Screenshots

screenshot

Download Excited Gem Extension CRX File

Download Excited Gem extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Excited Gem Excited Gem
ID ndmfbpjadedofeohnpefljloeiekhcbc
Official URL https://chromewebstore.google.com/detail/excited-gem/ndmfbpjadedofeohnpefljloeiekhcbc
Description A tool to manage your tabs and other browser related features.
File Size 5.04 MB
Installation Count 18
Current Version 0.9.200
Last Updated 2019-04-10
Publish Date 2019-04-10
Rating 5.00/5 Total 4 Ratings
Developer amirhameed
Email [email protected]
Payment Type free
Extension Website https://github.com/picwellwisher12pk/onetab-advanced
Help Page URL https://amirhameed.com/contact-me/
Supported Languages 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"
    }
}