Excited Gem

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

Vad är Excited Gem?

Excited Gem är en Chrome-tillägg utvecklad av amirhameed, och dess huvudfunktion är "A tool to manage your tabs and other browser related features.".

Tilläggsskärmbilder

screenshot

Ladda ner Excited Gem-förlängningens CRX-fil

Ladda ner Excited Gem-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Excited Gem Excited Gem
ID ndmfbpjadedofeohnpefljloeiekhcbc
Officiell webbadress https://chromewebstore.google.com/detail/excited-gem/ndmfbpjadedofeohnpefljloeiekhcbc
Beskrivning A tool to manage your tabs and other browser related features.
Filstorlek 5.04 MB
Antal Installationer 18
Aktuell Version 0.9.200
Senast Uppdaterad 2019-04-10
Publiceringsdatum 2019-04-10
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare amirhameed
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/picwellwisher12pk/onetab-advanced
Hjälpsida URL https://amirhameed.com/contact-me/
Stödda Språk 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"
    }
}