Tabs

A simple, usable index of all your tabs.

Tabs là gì?

Tabs là một tiện ích mở rộng Chrome được phát triển bởi kenmoore, và tính năng chính của nó là "A simple, usable index of all your 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 Tabs

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

                        Don't let a ton of tabs slow you down.
Press Alt+T to toggle a heads-up list of all your tabs.                    

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

Tên Tabs Tabs
ID cdbepibloojgbmnofbejfgglmdlifadj
URL Chính Thức https://chrome.google.com/webstore/detail/tabs/cdbepibloojgbmnofbejfgglmdlifadj
Mô tả A simple, usable index of all your tabs.
Kích Thước Tệp 127 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.34
Cập Nhật Lần Cuối 2019-05-14
Ngày Phát Hành 2019-05-14
Đánh Giá 4.67/5 Tổng số 30 Đánh Giá
Nhà Phát Triển kenmoore
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabs",
    "description": "A simple, usable index of all your tabs.",
    "version": "0.34",
    "author": "Ken Moore",
    "browser_action": {
        "default_icon": {
            "19": "images\/browser-action-19.png",
            "38": "images\/browser-action-38.png"
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "sessions",
        "storage"
    ],
    "web_accessible_resources": [
        "css\/styles.css",
        "css\/cleanslate.css",
        "fonts\/*.woff2",
        "images\/*.svg",
        "images\/*.png"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+T"
            }
        },
        "list-tabs": {
            "suggested_key": {
                "default": "Shift+Alt+T"
            },
            "description": "Show a list of all open tabs"
        }
    },
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ],
        "persistent": false
    }
}