Mark this tab!

Extension which marks your tabs and you can find it

Wat is Mark this tab!?

Mark this tab! is een Chrome-extensie ontwikkeld door Andrey Esin, en de belangrijkste functie is "Extension which marks your tabs and you can find it".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Mark this tab!

Download Mark this tab!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Mark this tab! Mark this tab!
ID elpmfpacelndpdgiachjinkbfjddichb
Officiële URL https://chromewebstore.google.com/detail/mark-this-tab/elpmfpacelndpdgiachjinkbfjddichb
Beschrijving Extension which marks your tabs and you can find it
Bestandsgrootte 48.53 KB
Aantal Installaties 29
Huidige Versie 0.1.2
Laatst Bijgewerkt 2022-01-29
Publicatiedatum 2022-01-20
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar Andrey Esin
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/esin/markThisTab
Ondersteunde Talen 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"
        }
    }
}