Open Multiple URLs
Opens a list of URLs
ما هو Open Multiple URLs؟
Open Multiple URLs هو إضافة Chrome تم تطويرها بواسطة tp، والميزة الرئيسية لها هي "Opens a list of URLs".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Open Multiple URLs
قم بتنزيل ملفات الامتداد Open Multiple URLs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This tool takes a list of web pages in plain-text format and opens them all in new tabs. Paste the list into the text area (one website address per line), select your options and click "Open URLs".
Source Code:
https://github.com/htrinter/Open-Multiple-URLs/
Changelog:
https://github.com/htrinter/Open-Multiple-URLs/blob/develop/CHANGELOG.md
Permissions:
- "Storage" permission in order to save settings and user input. معلومات أساسية عن التمديد
| الاسم | |
| ID | oifijhaokejakekmnjmphonojcfkpbbh |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/open-multiple-urls/oifijhaokejakekmnjmphonojcfkpbbh |
| الوصف | Opens a list of URLs |
| حجم الملف | 183 KB |
| عدد التثبيتات | 665,197 |
| النسخة الحالية | 1.6.0 |
| آخر تحديث | 2023-11-28 |
| تاريخ النشر | 2020-04-12 |
| تقييم | 4.64/5 مجموع تقييمات 234 |
| المطور | tp |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/htrinter/Open-Multiple-URLs/ |
| عنوان صفحة المساعدة | https://github.com/htrinter/Open-Multiple-URLs/issues |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Open Multiple URLs",
"version": "1.6.0",
"manifest_version": 3,
"description": "Opens a list of URLs",
"homepage_url": "https:\/\/github.com\/htrinter\/Open-Multiple-URLs",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_icon": "icon19.png",
"default_popup": "browseraction.html"
},
"commands": {
"_execute_action": {
"default": "CTRL+M"
}
},
"permissions": [
"storage"
],
"incognito": "split"
} | |