Numbered Tabs

Add a numeric prefix before the tab's title.

Numbered Tabs là gì?

Numbered Tabs là một tiện ích mở rộng Chrome được phát triển bởi Narin Luangrath, và tính năng chính của nó là "Add a numeric prefix before the tab's title.".

Ả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 Numbered Tabs

Tải xuống các tệp mở rộng Numbered Tabs 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

                        - Simple extension for people who use ⌘/ctrl +  to navigate between tabs.

- Adds a numeric prefix before the tab title (e.g. "4. YouTube")

- It's open source. Request features / bug fixes here: https://github.com/narinluangrath/numbered-tabs                    

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

Tên Numbered Tabs Numbered Tabs
ID iocebdgkllilbhbekghlbpmhfeejgcgi
URL Chính Thức https://chromewebstore.google.com/detail/numbered-tabs/iocebdgkllilbhbekghlbpmhfeejgcgi
Mô tả Add a numeric prefix before the tab's title.
Kích Thước Tệp 4 KB
Số Lần Cài Đặt 2,522
Phiên Bản Hiện Tại 0.2.2
Cập Nhật Lần Cuối 2020-04-30
Ngày Phát Hành 2020-04-27
Đánh Giá 3.91/5 Tổng số 22 Đánh Giá
Nhà Phát Triển Narin Luangrath
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Numbered Tabs",
    "version": "0.2.2",
    "description": "Add a numeric prefix before the tab's title.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        ""
    ]
}