Excited Gem

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

Cos'è Excited Gem?

Excited Gem è un'estensione di Chrome sviluppata da amirhameed, e la sua funzione principale è "A tool to manage your tabs and other browser related features.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Excited Gem

Scarica i file di estensione Excited Gem in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Excited Gem Excited Gem
ID ndmfbpjadedofeohnpefljloeiekhcbc
URL Ufficiale https://chromewebstore.google.com/detail/excited-gem/ndmfbpjadedofeohnpefljloeiekhcbc
Descrizione A tool to manage your tabs and other browser related features.
Dimensione del File 5.04 MB
Conteggio Installazioni 18
Versione Corrente 0.9.200
Ultimo Aggiornamento 2019-04-10
Data di Pubblicazione 2019-04-10
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore amirhameed
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/picwellwisher12pk/onetab-advanced
URL della Pagina di Aiuto https://amirhameed.com/contact-me/
Lingue Supportate 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"
    }
}