Auto Refresh Lite
Auto refresh a list of web pages after any number of seconds.
什么是Auto Refresh Lite?
Auto Refresh Lite是由pragmatechdev开发的Chrome扩展程序,该扩展的主要功能是“Auto refresh a list of web pages after any number of seconds.”。
扩展截图
下载Auto Refresh Lite扩展crx文件
下载Auto Refresh Lite扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Small and easy to use chrome extension that auto reloads a list of URLs according to your settings. Features: * Easy to use and setup * No unnecessary permissions required * Does not track you
扩展基本信息
名称 | Auto Refresh Lite |
ID | dblcelpijjljhjbkopojdhgoleciofip |
官方URL | https://chromewebstore.google.com/detail/auto-refresh-lite/dblcelpijjljhjbkopojdhgoleciofip |
简介 | Auto refresh a list of web pages after any number of seconds. |
文件大小 | 53.26 KB |
安装次数 | 203 |
当前版本 | 2.0 |
更新时间 | 2021-01-06 |
上架时间 | 2014-06-21 |
评分 | 2.00/5 共2次评分 |
开发者 | pragmatechdev |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Refresh Lite", "icons": { "16": "icons\/icon-16.png", "20": "icons\/icon-20.png", "24": "icons\/icon-24.png", "32": "icons\/icon-128.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png", "512": "icons\/icon-512.png" }, "version": "2.0", "author": "pragmatechdev", "description": "Auto refresh a list of web pages after any number of seconds.", "options_page": "options\/options.html", "permissions": [ "storage", "tabs" ], "browser_action": { "default_popup": "popup\/popup.html", "default_icon": { "20": "icons\/icon-20.png" } }, "background": { "scripts": [ "background.js" ], "persistent": true } } |