URList
Navigate a list of URLs in the same tab by clicking next.
ما هو URList؟
URList هو إضافة Chrome تم تطويرها بواسطة https://jakeratliff.com، والميزة الرئيسية لها هي "Navigate a list of URLs in the same tab by clicking next.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة URList
قم بتنزيل ملفات الامتداد URList بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Copy and paste multiple URLs into this Chrome extension, and click "next URL" to visit each URL down the list. Click "prev URL" to go backwards through the list. Click "clear" to add a different list. Ideal for checking a list of webpages.
معلومات أساسية عن التمديد
الاسم | |
ID | hfppbgecppkbbldmpinlhdmhgdpjlmlh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/urlist/hfppbgecppkbbldmpinlhdmhgdpjlmlh |
الوصف | Navigate a list of URLs in the same tab by clicking next. |
حجم الملف | 12.8 KB |
عدد التثبيتات | 139 |
النسخة الحالية | 0.0.2.2 |
آخر تحديث | 2022-01-10 |
تاريخ النشر | 2019-05-07 |
تقييم | 4.71/5 مجموع تقييمات 7 |
المطور | https://jakeratliff.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://jakeratliff.com/navigate-list-urls-urlist/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URList", "description": "Navigate a list of URLs in the same tab by clicking next.", "version": "0.0.2.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |