Bouquet

Arrange all tabs of the currently open window in screen.

ما هو Bouquet؟

Bouquet هو إضافة Chrome تم تطويرها بواسطة https://heppokofrontend.dev، والميزة الرئيسية لها هي "Arrange all tabs of the currently open window in screen.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Bouquet

قم بتنزيل ملفات الامتداد Bouquet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://github.com/heppokofrontend/chrome-extension-bouquet/issues
عنوان صفحة سياسة الخصوصية 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"
}