Bouquet

Arrange all tabs of the currently open window in screen.

Bouquet क्या है?

Bouquet https://heppokofrontend.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Arrange all tabs of the currently open window in screen."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bouquet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}