Load URLs At Interval

'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval

ما هو Load URLs At Interval؟

Load URLs At Interval هو إضافة Chrome تم تطويرها بواسطة Gunjan Garge، والميزة الرئيسية لها هي "'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval".

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

screenshot

تحميل ملف CRX للإضافة Load URLs At Interval

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

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

                        Automatically load URLs from a list in same tab at a given interval.

Steps:
1. Provide list of comma separated URLs in text box.
2. Provide interval in seconds.
3. Click on "START"

URLs in the list will be loaded in the tab one by one after "interval" seconds.

To stop, click on "STOP".                    

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

الاسم Load URLs At Interval Load URLs At Interval
ID kjmjbefknmdpnikmlmcimdpnhlopbjac
عنوان URL الرسمي https://chromewebstore.google.com/detail/load-urls-at-interval/kjmjbefknmdpnikmlmcimdpnhlopbjac
الوصف 'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval
حجم الملف 147 KB
عدد التثبيتات 1,737
النسخة الحالية 1.0.0
آخر تحديث 2019-12-16
تاريخ النشر 2019-12-16
تقييم 4.88/5 مجموع تقييمات 8
المطور Gunjan Garge
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Load URLs At Interval"
    },
    "description": "'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "manifest_version": 2,
    "name": "Load URLs At Interval",
    "version": "1.0.0"
}