Bouquet
Arrange all tabs of the currently open window in screen.
What is Bouquet?
Bouquet is a Chrome extension developed by https://heppokofrontend.dev, and its main feature is "Arrange all tabs of the currently open window in screen.".
Extension Screenshots
Download Bouquet Extension CRX File
Download Bouquet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Bouquet |
ID | apcgmjgoniiddekoelefocimfnhnkaah |
Official URL | https://chromewebstore.google.com/detail/bouquet/apcgmjgoniiddekoelefocimfnhnkaah |
Description | Arrange all tabs of the currently open window in screen. |
File Size | 13.27 KB |
Installation Count | 48 |
Current Version | 0.1.1 |
Last Updated | 2021-10-01 |
Publish Date | 2021-09-30 |
Developer | https://heppokofrontend.dev |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/heppokofrontend/chrome-extension-bouquet |
Help Page URL | https://github.com/heppokofrontend/chrome-extension-bouquet/issues |
Privacy Policy Page URL | https://gist.github.com/heppokofrontend/0247f1d697df2fd8e798320f403727e8 |
Supported Languages | 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": [ " |