Excited Gem

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

Wat is Excited Gem?

Excited Gem is een Chrome-extensie ontwikkeld door amirhameed, en de belangrijkste functie is "A tool to manage your tabs and other browser related features.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Excited Gem

Download Excited Gem-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Excited Gem Excited Gem
ID ndmfbpjadedofeohnpefljloeiekhcbc
Officiële URL https://chromewebstore.google.com/detail/excited-gem/ndmfbpjadedofeohnpefljloeiekhcbc
Beschrijving A tool to manage your tabs and other browser related features.
Bestandsgrootte 5.04 MB
Aantal Installaties 18
Huidige Versie 0.9.200
Laatst Bijgewerkt 2019-04-10
Publicatiedatum 2019-04-10
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar amirhameed
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/picwellwisher12pk/onetab-advanced
Help Pagina-URL https://amirhameed.com/contact-me/
Ondersteunde Talen 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"
    }
}