Bulk URL Opener

A simple Chrome extension to open multiple URLs at once.

ما هو Bulk URL Opener؟

Bulk URL Opener هو إضافة Chrome تم تطويرها بواسطة Meetanshi، والميزة الرئيسية لها هي "A simple Chrome extension to open multiple URLs at once.".

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

screenshot

تحميل ملف CRX للإضافة Bulk URL Opener

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

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

                        Bulk URL Opener Chrome extension opens multiple URLs at same time in new tabs or Windows. Using this simple tool, you can open a list of urls using just one-click. It helps you save a lot of time by opening multiple URLs simultaneously in Chrome.

Just paste the list of URLs in the editor (1 URL per line)
Select appropriate options to open URL in same or multiple windows
Click Open URLs to open the links in bulk.

Use the bulk opener extension and save your time manually opening each of the links! 😉                    

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

الاسم Bulk URL Opener Bulk URL Opener
ID hfpabfdcmeomdbfollghppnmffekbibe
عنوان URL الرسمي https://chromewebstore.google.com/detail/bulk-url-opener/hfpabfdcmeomdbfollghppnmffekbibe
الوصف A simple Chrome extension to open multiple URLs at once.
حجم الملف 16.61 KB
عدد التثبيتات 278
النسخة الحالية 1.0
آخر تحديث 2023-12-27
تاريخ النشر 2023-04-21
تقييم 4.80/5 مجموع تقييمات 10
المطور Meetanshi
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://meetanshi.com/
عنوان صفحة المساعدة https://meetanshi.com/contacts
عنوان صفحة سياسة الخصوصية https://meetanshi.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bulk URL Opener",
    "version": "1.0",
    "description": "A simple Chrome extension to open multiple URLs at once.",
    "permissions": [
        "clipboardRead",
        "clipboardWrite"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    }
}