Bouquet

Arrange all tabs of the currently open window in screen.

Bouquet là gì?

Bouquet là một tiện ích mở rộng Chrome được phát triển bởi https://heppokofrontend.dev, và tính năng chính của nó là "Arrange all tabs of the currently open window in screen.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Bouquet 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 is useful when you want to check multiple pieces of page in a row.

If the target page has a video player, you can operate them simultaneously.

* If you are user of macOS, please maximize the window before pressing the "Run" button.                    

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

Tên Bouquet Bouquet
ID apcgmjgoniiddekoelefocimfnhnkaah
URL Chính Thức https://chromewebstore.google.com/detail/bouquet/apcgmjgoniiddekoelefocimfnhnkaah
Mô tả Arrange all tabs of the currently open window in screen.
Kích Thước Tệp 13.27 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2021-10-01
Ngày Phát Hành 2021-09-30
Nhà Phát Triển https://heppokofrontend.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/heppokofrontend/chrome-extension-bouquet
URL Trang Trợ Giúp https://github.com/heppokofrontend/chrome-extension-bouquet/issues
URL Trang Chính Sách Bảo Mật https://gist.github.com/heppokofrontend/0247f1d697df2fd8e798320f403727e8
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "0.1.1",
    "description": "__MSG_extDesc__",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    },
    "default_locale": "en"
}