Mass Tab Opener

This extension lets you copy and paste a list of URLs and open them all at once with the click of a button

ما هو Mass Tab Opener؟

Mass Tab Opener هو إضافة Chrome تم تطويرها بواسطة http://alanchavez.com، والميزة الرئيسية لها هي "This extension lets you copy and paste a list of URLs and open them all at once with the click of a button".

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

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

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

                        This extension lets you open paste a list of URLs into a text box and open them all at once.                    

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

الاسم Mass Tab Opener Mass Tab Opener
ID doahaifnoffnjdjennkioahobkkjfmga
عنوان URL الرسمي https://chrome.google.com/webstore/detail/mass-tab-opener/doahaifnoffnjdjennkioahobkkjfmga
الوصف This extension lets you copy and paste a list of URLs and open them all at once with the click of a button
حجم الملف 626 KB
عدد التثبيتات 225
النسخة الحالية 1.0.1
آخر تحديث 2014-02-07
تاريخ النشر 2014-02-07
تقييم 4.40/5 مجموع تقييمات 5
المطور http://alanchavez.com
نوع الدفع free
موقع الإضافة http://alanchavez.com
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mass Tab Opener",
    "manifest_version": 2,
    "description": "This extension lets you copy and paste a list of URLs and open them all at once with the click of a button",
    "version": "1.0.1",
    "permissions": [
        "tabs",
        "notifications"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "img\/icon.png",
        "img\/warning.png"
    ],
    "author": "Alan Chavez "
}