Mark this tab!

Extension which marks your tabs and you can find it

Что такое Mark this tab!?

Mark this tab! - это расширение Chrome, разработанное Andrey Esin, и его основная функция - "Extension which marks your tabs and you can find it".

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

screenshot

Скачать файл CRX расширения Mark this tab!

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

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

                        Simply marks you tab icon with small circle and you will find your tab

You can change mark's color ( 🟢->🔵-> 🟣-> 🔴-> 🟠-> 🟡-> ⚪-> ⚫) by quick click or remove mark without reloading page                    

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

Название Mark this tab! Mark this tab!
ID elpmfpacelndpdgiachjinkbfjddichb
Официальный URL https://chromewebstore.google.com/detail/mark-this-tab/elpmfpacelndpdgiachjinkbfjddichb
Описание Extension which marks your tabs and you can find it
Размер файла 48.53 KB
Количество установок 29
Текущая Версия 0.1.2
Последнее Обновление 2022-01-29
Дата публикации 2022-01-20
Рейтинг 4.50/5 Всего 2 оценок
Разработчик Andrey Esin
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/esin/markThisTab
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mark this tab!",
    "description": "Extension which marks your tabs and you can find it",
    "version": "0.1.2",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting",
        "storage",
        "webNavigation"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": [],
    "icons": {
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png",
        "512": "\/icons\/512.png"
    },
    "commands": {
        "mark_tab": {
            "suggested_key": {
                "linux": "Alt+T",
                "windows": "Alt+T",
                "mac": "MacCtrl+Command+T"
            },
            "description": "Mark tab with default mark"
        }
    }
}