Excited Gem

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

Co to jest Excited Gem?

Excited Gem to rozszerzenie Chrome opracowane przez amirhameed, a jego główną funkcją jest „A tool to manage your tabs and other browser related features.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Excited Gem

Pobierz pliki rozszerzeń Excited Gem w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Excited Gem Excited Gem
ID ndmfbpjadedofeohnpefljloeiekhcbc
Oficjalny URL https://chromewebstore.google.com/detail/excited-gem/ndmfbpjadedofeohnpefljloeiekhcbc
Opis A tool to manage your tabs and other browser related features.
Rozmiar pliku 5.04 MB
Liczba instalacji 18
Aktualna Wersja 0.9.200
Ostatnia Aktualizacja 2019-04-10
Data Publikacji 2019-04-10
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper amirhameed
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/picwellwisher12pk/onetab-advanced
Adres URL Strony Pomocy https://amirhameed.com/contact-me/
Obsługiwane Języki 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"
    }
}