Excited Gem

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

Qu'est-ce que Excited Gem ?

Excited Gem est une extension Chrome développée par amirhameed, et sa fonction principale est "A tool to manage your tabs and other browser related features.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Excited Gem

Téléchargez les fichiers d'extension Excited Gem au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Excited Gem Excited Gem
ID ndmfbpjadedofeohnpefljloeiekhcbc
URL Officiel https://chromewebstore.google.com/detail/excited-gem/ndmfbpjadedofeohnpefljloeiekhcbc
Description A tool to manage your tabs and other browser related features.
Taille du Fichier 5.04 MB
Nombre d'Installations 18
Version Actuelle 0.9.200
Dernière Mise à Jour 2019-04-10
Date de Publication 2019-04-10
Évaluation 5.00/5 Total 4 Évaluations
Développeur amirhameed
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/picwellwisher12pk/onetab-advanced
URL de la Page d'Aide https://amirhameed.com/contact-me/
Langues Prises en Charge 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"
    }
}