Mark this tab!

Extension which marks your tabs and you can find it

Hvad er Mark this tab!?

Mark this tab! er en Chrome-udvidelse udviklet af Andrey Esin, og dens hovedfunktion er "Extension which marks your tabs and you can find it".

Udvidelsesskærmbilleder

screenshot

Download Mark this tab!-udvidelses-CRX-fil

Download Mark this tab!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Mark this tab! Mark this tab!
ID elpmfpacelndpdgiachjinkbfjddichb
Officiel URL https://chromewebstore.google.com/detail/mark-this-tab/elpmfpacelndpdgiachjinkbfjddichb
Beskrivelse Extension which marks your tabs and you can find it
Filstørrelse 48.53 KB
Antal Installationer 29
Nuværende Version 0.1.2
Senest Opdateret 2022-01-29
Udgivelsesdato 2022-01-20
Bedømmelse 4.50/5 Samlet 2 Bedømmelser
Udvikler Andrey Esin
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/esin/markThisTab
Understøttede Sprog 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"
        }
    }
}