AutoRefresh+
Powerful timed refresh tool
什么是AutoRefresh+?
AutoRefresh+是由MichaelKeys开发的Chrome扩展程序,该扩展的主要功能是“Powerful timed refresh tool”。
扩展截图
下载AutoRefresh+扩展crx文件
下载AutoRefresh+扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
AutoRefresh+ is an open-source Chrome extension that allows users to refresh a websites at a given time interval.
The user has to simply enter the hostname of the website that they would like the refresh, and the number of minutes between each refresh, and AutoRefresh+ will do the rest! 扩展基本信息
| 名称 | |
| ID | jdcmniiepfjinccadkbjliiopialnnmi |
| 官方URL | https://chromewebstore.google.com/detail/autorefresh+/jdcmniiepfjinccadkbjliiopialnnmi |
| 简介 | Powerful timed refresh tool |
| 文件大小 | 65.98 KB |
| 安装次数 | 659 |
| 当前版本 | 1.0 |
| 更新时间 | 2018-11-04 |
| 上架时间 | 2018-11-04 |
| 开发者 | MichaelKeys |
| 付费类型 | free |
| 扩展官网 | https://bitbucket.org/MichaelKeys/autorefresh/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "AutoRefresh+",
"version": "1.0",
"description": "Powerful timed refresh tool",
"permissions": [
"activeTab",
"alarms",
"declarativeContent",
"storage",
"tabs"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/AutoRefresh+16.png",
"32": "images\/AutoRefresh+32.png",
"48": "images\/AutoRefresh+48.png",
"128": "images\/AutoRefresh+128.png"
}
},
"icons": {
"16": "images\/AutoRefresh+16.png",
"32": "images\/AutoRefresh+32.png",
"48": "images\/AutoRefresh+48.png",
"128": "images\/AutoRefresh+128.png"
},
"options_page": "options.html",
"manifest_version": 2
} | |