Bouquet

Arrange all tabs of the currently open window in screen.

什么是Bouquet?

Bouquet是由https://heppokofrontend.dev开发的Chrome扩展程序,该扩展的主要功能是“Arrange all tabs of the currently open window in screen.”。

扩展截图

screenshot
screenshot

下载Bouquet扩展crx文件

下载Bouquet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Bouquet Bouquet
ID apcgmjgoniiddekoelefocimfnhnkaah
官方URL https://chromewebstore.google.com/detail/bouquet/apcgmjgoniiddekoelefocimfnhnkaah
简介 Arrange all tabs of the currently open window in screen.
文件大小 13.27 KB
安装次数 48
当前版本 0.1.1
更新时间 2021-10-01
上架时间 2021-09-30
开发者 https://heppokofrontend.dev
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/heppokofrontend/chrome-extension-bouquet
帮助页面URL https://github.com/heppokofrontend/chrome-extension-bouquet/issues
隐私政策页面URL https://gist.github.com/heppokofrontend/0247f1d697df2fd8e798320f403727e8
支持的语言 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"
}