open multi tabs

open multi tabs from urls separated by spaces or tabs or new lines

ما هو open multi tabs؟

open multi tabs هو إضافة Chrome تم تطويرها بواسطة http://withcat.net، والميزة الرئيسية لها هي "open multi tabs from urls separated by spaces or tabs or new lines".

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

screenshot
screenshot

تحميل ملف CRX للإضافة open multi tabs

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

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

                        open multi tabs from urls separated by spaces or tabs or new lines                    

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

الاسم open multi tabs open multi tabs
ID jljmfncehhnfcokceopodljhfdmenjjh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/open-multi-tabs/jljmfncehhnfcokceopodljhfdmenjjh
الوصف open multi tabs from urls separated by spaces or tabs or new lines
حجم الملف 206 KB
عدد التثبيتات 291
النسخة الحالية 0.1
آخر تحديث 2014-01-15
تاريخ النشر 2014-01-15
تقييم 3.00/5 مجموع تقييمات 2
المطور http://withcat.net
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "open multi tabs",
    "description": "open multi tabs from urls separated by spaces or tabs or new lines",
    "version": "0.1",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "open multi tabs",
        "default_icon": "images\/add_link-128.png",
        "default_popup": "views\/feed.html"
    },
    "icons": {
        "128": "images\/add_link-128.png"
    }
}