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 là gì?

Load URLs At Interval là một tiện ích mở rộng Chrome được phát triển bởi Gunjan Garge, và tính năng chính của nó là "'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Load URLs At Interval

Tải xuống các tệp mở rộng Load URLs At Interval dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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".                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Load URLs At Interval Load URLs At Interval
ID kjmjbefknmdpnikmlmcimdpnhlopbjac
URL Chính Thức https://chromewebstore.google.com/detail/load-urls-at-interval/kjmjbefknmdpnikmlmcimdpnhlopbjac
Mô tả 'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval
Kích Thước Tệp 147 KB
Số Lần Cài Đặt 1,737
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2019-12-16
Ngày Phát Hành 2019-12-16
Đánh Giá 4.88/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Gunjan Garge
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}