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
Eメール [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"
}