Mark this tab!

Extension which marks your tabs and you can find it

Co to jest Mark this tab!?

Mark this tab! to rozszerzenie Chrome opracowane przez Andrey Esin, a jego główną funkcją jest „Extension which marks your tabs and you can find it”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Mark this tab!

Pobierz pliki rozszerzeń Mark this tab! 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

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Mark this tab! Mark this tab!
ID elpmfpacelndpdgiachjinkbfjddichb
Oficjalny URL https://chromewebstore.google.com/detail/mark-this-tab/elpmfpacelndpdgiachjinkbfjddichb
Opis Extension which marks your tabs and you can find it
Rozmiar pliku 48.53 KB
Liczba instalacji 29
Aktualna Wersja 0.1.2
Ostatnia Aktualizacja 2022-01-29
Data Publikacji 2022-01-20
Ocena 4.50/5 Łącznie 2 Oceny
Deweloper Andrey Esin
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/esin/markThisTab
Obsługiwane Języki 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"
        }
    }
}