Link buncher

Open multiple links at once

ما هو Link buncher؟

Link buncher هو إضافة Chrome تم تطويرها بواسطة Vladimir Vakhromeev، والميزة الرئيسية لها هي "Open multiple links at once".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Link buncher

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

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

                        Extension allows to select multiple links and open them in one click.

using:
1. open web page
2. press extensions icon
3. press and hold Shift
4. move pointer over desirable links(they should get red frame)
5. release Shift
6. to open all selected links at once click any of red framed links                    

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

الاسم Link buncher Link buncher
ID bbmlifefgoaaclfbpoomgpapopblpflc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/link-buncher/bbmlifefgoaaclfbpoomgpapopblpflc
الوصف Open multiple links at once
حجم الملف 11.35 KB
عدد التثبيتات 620
النسخة الحالية 0.5
آخر تحديث 2015-11-16
تاريخ النشر 2015-11-16
تقييم 3.67/5 مجموع تقييمات 9
المطور Vladimir Vakhromeev
نوع الدفع free
موقع الإضافة https://github.com/SleepingWhale/Link-buncher
اللغات المدعومة en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "0.5",
    "author": "Vladimir Vakhromeev",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Link buncher"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}