Mark this tab!

Extension which marks your tabs and you can find it

Mark this tab! là gì?

Mark this tab! là một tiện ích mở rộng Chrome được phát triển bởi Andrey Esin, và tính năng chính của nó là "Extension which marks your tabs and you can find it".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mark this tab!

Tải xuống các tệp mở rộng Mark this tab! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mark this tab! Mark this tab!
ID elpmfpacelndpdgiachjinkbfjddichb
URL Chính Thức https://chromewebstore.google.com/detail/mark-this-tab/elpmfpacelndpdgiachjinkbfjddichb
Mô tả Extension which marks your tabs and you can find it
Kích Thước Tệp 48.53 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2022-01-29
Ngày Phát Hành 2022-01-20
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Andrey Esin
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/esin/markThisTab
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}