Show Me Tabs (light)

This extension simple shows a Tabs.

Show Me Tabs (light) là gì?

Show Me Tabs (light) là một tiện ích mở rộng Chrome được phát triển bởi sp0xff, và tính năng chính của nó là "This extension simple shows a Tabs.".

Ả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 Show Me Tabs (light)

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

                        If you open a lot of windows and tabs, this extension will help you navigate and find the necessary tab.
Today the functionality is minimal. It simply shows the icons of all open tabs grouped by windows.
There are plans to add a drag and drop, search and much more.                    

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

Tên Show Me Tabs (light) Show Me Tabs (light)
ID ecaodfpnmpbbemaiobldmpcjekekloge
URL Chính Thức https://chromewebstore.google.com/detail/show-me-tabs-light/ecaodfpnmpbbemaiobldmpcjekekloge
Mô tả This extension simple shows a Tabs.
Kích Thước Tệp 39.99 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2017-01-26
Ngày Phát Hành 2017-01-26
Đánh Giá 4.56/5 Tổng số 9 Đánh Giá
Nhà Phát Triển sp0xff
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.1",
    "default_locale": "en",
    "short_name": "Show Me Tabs",
    "browser_action": {
        "default_icon": "images\/browser_action.png",
        "default_popup": "popup.html",
        "default_title": "Show Me Tabs"
    },
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "permissions": [
        "tabs"
    ]
}