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是由Gunjan Garge開發的Chrome擴展程式,該擴展的主要功能是“'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval”。

擴展截圖

screenshot

下載Load URLs At Interval擴展crx文件

下載Load URLs At Interval擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}