Mark this tab!

Extension which marks your tabs and you can find it

Was ist Mark this tab!?

Mark this tab! ist eine Chrome-Erweiterung, die von Andrey Esin entwickelt wurde, und ihr Hauptmerkmal ist "Extension which marks your tabs and you can find it".

Erweiterungsscreenshots

screenshot

Mark this tab!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Mark this tab!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Mark this tab! Mark this tab!
ID elpmfpacelndpdgiachjinkbfjddichb
Offizielle URL https://chromewebstore.google.com/detail/mark-this-tab/elpmfpacelndpdgiachjinkbfjddichb
Beschreibung Extension which marks your tabs and you can find it
Dateigröße 48.53 KB
Installationsanzahl 29
Aktuelle Version 0.1.2
Letztes Update 2022-01-29
Veröffentlichungsdatum 2022-01-20
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler Andrey Esin
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/esin/markThisTab
Unterstützte Sprachen 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"
        }
    }
}