Excited Gem

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

Что такое Excited Gem?

Excited Gem - это расширение Chrome, разработанное amirhameed, и его основная функция - "A tool to manage your tabs and other browser related features.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Excited Gem

Скачайте файлы расширений Excited Gem в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Excited Gem Excited Gem
ID ndmfbpjadedofeohnpefljloeiekhcbc
Официальный URL https://chromewebstore.google.com/detail/excited-gem/ndmfbpjadedofeohnpefljloeiekhcbc
Описание A tool to manage your tabs and other browser related features.
Размер файла 5.04 MB
Количество установок 18
Текущая Версия 0.9.200
Последнее Обновление 2019-04-10
Дата публикации 2019-04-10
Рейтинг 5.00/5 Всего 4 оценок
Разработчик amirhameed
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/picwellwisher12pk/onetab-advanced
URL страницы помощи https://amirhameed.com/contact-me/
Поддерживаемые языки 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"
    }
}