Mark this tab!

Extension which marks your tabs and you can find it

Vad är Mark this tab!?

Mark this tab! är en Chrome-tillägg utvecklad av Andrey Esin, och dess huvudfunktion är "Extension which marks your tabs and you can find it".

Tilläggsskärmbilder

screenshot

Ladda ner Mark this tab!-förlängningens CRX-fil

Ladda ner Mark this tab!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Mark this tab! Mark this tab!
ID elpmfpacelndpdgiachjinkbfjddichb
Officiell webbadress https://chromewebstore.google.com/detail/mark-this-tab/elpmfpacelndpdgiachjinkbfjddichb
Beskrivning Extension which marks your tabs and you can find it
Filstorlek 48.53 KB
Antal Installationer 29
Aktuell Version 0.1.2
Senast Uppdaterad 2022-01-29
Publiceringsdatum 2022-01-20
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare Andrey Esin
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/esin/markThisTab
Stödda Språk 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"
        }
    }
}