Window Splitter

This extension lets the user split a window by the desired tab number.

Window Splitter là gì?

Window Splitter là một tiện ích mở rộng Chrome được phát triển bởi Ian Martorell, và tính năng chính của nó là "This extension lets the user split a window by the desired tab number.".

Ả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 Window Splitter

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

                        This extension allows the user to split a window by the desired tab number.                    

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

Tên Window Splitter Window Splitter
ID nepdkknmimbffdhlnafambchmfflogic
URL Chính Thức https://chromewebstore.google.com/detail/window-splitter/nepdkknmimbffdhlnafambchmfflogic
Mô tả This extension lets the user split a window by the desired tab number.
Kích Thước Tệp 49.48 KB
Số Lần Cài Đặt 359
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2013-07-10
Ngày Phát Hành 2013-07-10
Đánh Giá 2.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Ian Martorell
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",
    "manifest_version": 2,
    "name": "Window Splitter",
    "description": "This extension lets the user split a window by the desired tab number.",
    "version": "0.1",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}