Bouquet

Arrange all tabs of the currently open window in screen.

Co je Bouquet?

Bouquet je rozšíření Chrome vyvinuté https://heppokofrontend.dev, a jeho hlavní funkcí je „Arrange all tabs of the currently open window in screen.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Bouquet

Stáhněte si soubory rozšíření Bouquet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Bouquet Bouquet
ID apcgmjgoniiddekoelefocimfnhnkaah
Oficiální URL https://chromewebstore.google.com/detail/bouquet/apcgmjgoniiddekoelefocimfnhnkaah
Popis Arrange all tabs of the currently open window in screen.
Velikost souboru 13.27 KB
Počet instalací 48
Aktuální Verze 0.1.1
Poslední Aktualizace 2021-10-01
Datum Vydání 2021-09-30
Vývojář https://heppokofrontend.dev
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/heppokofrontend/chrome-extension-bouquet
URL Stránky Nápovědy https://github.com/heppokofrontend/chrome-extension-bouquet/issues
URL Stránky Zásad Ochrany Soukromí https://gist.github.com/heppokofrontend/0247f1d697df2fd8e798320f403727e8
Podporované Jazyky 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"
}