Multi Site Explorer

This extension allows you to open pre-selected websites in multiple tabs

ما هو Multi Site Explorer؟

Multi Site Explorer هو إضافة Chrome تم تطويرها بواسطة Graham Byers، والميزة الرئيسية لها هي "This extension allows you to open pre-selected websites in multiple tabs".

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

screenshot

تحميل ملف CRX للإضافة Multi Site Explorer

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

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

                        This small Chrom Extension enables the user to open multiple pre-selected websites with a single click.

Just load the urls of your choice into the text box and click submist.

The extension will save your urls for the next time you open up Chrome                    

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

الاسم Multi Site Explorer Multi Site Explorer
ID ieehamokbbhjndndnjnbbgpajmemlkmg
عنوان URL الرسمي https://chromewebstore.google.com/detail/multi-site-explorer/ieehamokbbhjndndnjnbbgpajmemlkmg
الوصف This extension allows you to open pre-selected websites in multiple tabs
حجم الملف 4.89 KB
عدد التثبيتات 37
النسخة الحالية 1.0
آخر تحديث 2016-01-25
تاريخ النشر 2016-01-25
المطور Graham Byers
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Multi Site Explorer",
    "description": "This extension allows you to open  pre-selected websites in multiple tabs",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}