Sequential Mass URL Opener
Opens each URL in list into tabs in a window, but only if prior pages have finished loading.
ما هو Sequential Mass URL Opener؟
Sequential Mass URL Opener هو إضافة Chrome تم تطويرها بواسطة https://lemonsavery.com، والميزة الرئيسية لها هي "Opens each URL in list into tabs in a window, but only if prior pages have finished loading.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Sequential Mass URL Opener
قم بتنزيل ملفات الامتداد Sequential Mass URL Opener بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
As opposed to other mass-opening tools, this tool may be useful for: - reducing spikes in bandwidth usage - avoiding 503 errors from making too many requests to the same website too quickly - caching lists of websites
معلومات أساسية عن التمديد
الاسم | Sequential Mass URL Opener |
ID | lgffephbjkjmkdipchghjadbeppgojhk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/sequential-mass-url-opene/lgffephbjkjmkdipchghjadbeppgojhk |
الوصف | Opens each URL in list into tabs in a window, but only if prior pages have finished loading. |
حجم الملف | 16.28 KB |
عدد التثبيتات | 66 |
النسخة الحالية | 2.6 |
آخر تحديث | 2024-02-23 |
تاريخ النشر | 2021-11-02 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | https://lemonsavery.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sequential Mass URL Opener", "description": "Opens each URL in list into tabs in a window, but only if prior pages have finished loading.", "version": "2.6", "manifest_version": 3, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |