Mark this tab!

Extension which marks your tabs and you can find it

什麼是Mark this tab!?

Mark this tab!是由Andrey Esin開發的Chrome擴展程式,該擴展的主要功能是“Extension which marks your tabs and you can find it”。

擴展截圖

screenshot

下載Mark this tab!擴展crx文件

下載Mark this tab!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Mark this tab! Mark this tab!
ID elpmfpacelndpdgiachjinkbfjddichb
官方網址 https://chromewebstore.google.com/detail/mark-this-tab/elpmfpacelndpdgiachjinkbfjddichb
簡介 Extension which marks your tabs and you can find it
檔案大小 48.53 KB
安裝次數 29
目前版本 0.1.2
更新時間 2022-01-29
上架時間 2022-01-20
評分 4.50/5 共 2 次評分
開發者 Andrey Esin
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/esin/markThisTab
支援的語言 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"
        }
    }
}