Excited Gem

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

Was ist Excited Gem?

Excited Gem ist eine Chrome-Erweiterung, die von amirhameed entwickelt wurde, und ihr Hauptmerkmal ist "A tool to manage your tabs and other browser related features.".

Erweiterungsscreenshots

screenshot

Excited Gem-Erweiterungs-CRX-Datei herunterladen

Laden Sie Excited Gem-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Excited Gem Excited Gem
ID ndmfbpjadedofeohnpefljloeiekhcbc
Offizielle URL https://chromewebstore.google.com/detail/excited-gem/ndmfbpjadedofeohnpefljloeiekhcbc
Beschreibung A tool to manage your tabs and other browser related features.
Dateigröße 5.04 MB
Installationsanzahl 18
Aktuelle Version 0.9.200
Letztes Update 2019-04-10
Veröffentlichungsdatum 2019-04-10
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler amirhameed
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/picwellwisher12pk/onetab-advanced
Hilfeseite URL https://amirhameed.com/contact-me/
Unterstützte Sprachen 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"
    }
}