Batch Open Tabs

A chrome extension to batch open a group of urls into multiple tabs. Create a group of urls and click on the group url to open all…

ما هو Batch Open Tabs؟

Batch Open Tabs هو إضافة Chrome تم تطويرها بواسطة Steven Tucci، والميزة الرئيسية لها هي "A chrome extension to batch open a group of urls into multiple tabs. Create a group of urls and click on the group url to open all…".

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

screenshot

تحميل ملف CRX للإضافة Batch Open Tabs

قم بتنزيل ملفات الامتداد Batch Open Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        A chrome extension to batch open a group of urls into multiple tabs.
Create a group of urls and click on the group url to open all of them in one shot.

Useful for when you open your browser and want to open all of your sites in one shot.                    

معلومات أساسية عن التمديد

الاسم Batch Open Tabs Batch Open Tabs
ID dhlpdmccgohghiggecndfompkibjiegf
عنوان URL الرسمي https://chromewebstore.google.com/detail/batch-open-tabs/dhlpdmccgohghiggecndfompkibjiegf
الوصف A chrome extension to batch open a group of urls into multiple tabs. Create a group of urls and click on the group url to open all…
حجم الملف 46.82 KB
عدد التثبيتات 160
النسخة الحالية 1.0
آخر تحديث 2019-03-08
تاريخ النشر 2019-03-08
تقييم 5.00/5 مجموع تقييمات 1
المطور Steven Tucci
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Batch Open Tabs",
    "version": "1.0",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}