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”。
扩展截图
下载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 |
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" } |