Multiple Tab Opener

Open multiple URLs on one click.

ما هو Multiple Tab Opener؟

Multiple Tab Opener هو إضافة Chrome تم تطويرها بواسطة Jun Ishibashi، والميزة الرئيسية لها هي "Open multiple URLs on one click.".

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

screenshot

تحميل ملف CRX للإضافة Multiple Tab Opener

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

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

                        USAGE:
    Name the macro and add URLs, save and add it to the macro list then you are ready to open multiple URLs on one click.

FEATURES:
    Add a macro.
    Edit a macro.
    Delete a macro.
    Open multiple URLs at once.

REASON:
    When I was studying Law in English for some reasons, I needed to confirm words why those are appropriate and precise.
Therefore I created this to open multiple dictionary sites on one click.                    

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

الاسم Multiple Tab Opener Multiple Tab Opener
ID ebhcpmhpgldaimdjnngbfnbfepbljafi
عنوان URL الرسمي https://chromewebstore.google.com/detail/multiple-tab-opener/ebhcpmhpgldaimdjnngbfnbfepbljafi
الوصف Open multiple URLs on one click.
حجم الملف 599 KB
عدد التثبيتات 2,073
النسخة الحالية 2.0.0
آخر تحديث 2022-08-29
تاريخ النشر 2020-02-12
تقييم 4.00/5 مجموع تقييمات 6
المطور Jun Ishibashi
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Multiple Tab Opener",
    "description": "Open multiple URLs on one click.",
    "version": "2.0.0",
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}