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
公式URL 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
Eメール [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"
        }
    }
}