Quickly open multiple URLs

Quickly open multiple URLs with one click

ما هو Quickly open multiple URLs؟

Quickly open multiple URLs هو إضافة Chrome تم تطويرها بواسطة no.web.developer، والميزة الرئيسية لها هي "Quickly open multiple URLs with one click".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Quickly open multiple URLs

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

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

                        **Details**

Implement a one-click extension icon to batch open user-defined multiple urls, while also allowing the allocation of a keyboard shortcut key.

**Support**

This tool is open source based on the MIT license. For more information, please visit: https://github.com/LightAPIs/quickly-open-multiple-urls                    

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

الاسم Quickly open multiple URLs Quickly open multiple URLs
ID nejkfbfcdikidcojhbnhoojilngpcofc
عنوان URL الرسمي https://chromewebstore.google.com/detail/quickly-open-multiple-url/nejkfbfcdikidcojhbnhoojilngpcofc
الوصف Quickly open multiple URLs with one click
حجم الملف 133 KB
عدد التثبيتات 223
النسخة الحالية 1.0.0
آخر تحديث 2021-07-01
تاريخ النشر 2021-07-01
المطور no.web.developer
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/LightAPIs/quickly-open-multiple-urls
عنوان صفحة المساعدة https://github.com/LightAPIs/quickly-open-multiple-urls
عنوان صفحة سياسة الخصوصية https://www.freeprivacypolicy.com/live/9505d7dd-7a31-4cac-af01-518079c63621
اللغات المدعومة en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quickly open multiple URLs",
    "description": "__MSG_extDes__",
    "version": "1.0.0",
    "author": "pana",
    "homepage_url": "https:\/\/github.com\/LightAPIs\/quickly-open-multiple-urls",
    "default_locale": "en",
    "options_page": "options.html",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_title": "Quickly open multiple URLs"
    },
    "permissions": [
        "storage"
    ]
}