Bouquet

Arrange all tabs of the currently open window in screen.

O que é Bouquet?

Bouquet é uma extensão do Chrome desenvolvida por https://heppokofrontend.dev, e sua principal característica é "Arrange all tabs of the currently open window in screen.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Bouquet

Baixe arquivos de extensão Bouquet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Bouquet Bouquet
ID apcgmjgoniiddekoelefocimfnhnkaah
URL Oficial https://chromewebstore.google.com/detail/bouquet/apcgmjgoniiddekoelefocimfnhnkaah
Descrição Arrange all tabs of the currently open window in screen.
Tamanho do Arquivo 13.27 KB
Contagem de Instalações 48
Versão Atual 0.1.1
Última Atualização 2021-10-01
Data de Publicação 2021-09-30
Desenvolvedor https://heppokofrontend.dev
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/heppokofrontend/chrome-extension-bouquet
URL da Página de Ajuda https://github.com/heppokofrontend/chrome-extension-bouquet/issues
URL da Página de Política de Privacidade https://gist.github.com/heppokofrontend/0247f1d697df2fd8e798320f403727e8
Idiomas Suportados 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"
}