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
公式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"
}