AutoTabRefresh
Refresh your browser tab automatically at the desired interval.
什么是AutoTabRefresh?
AutoTabRefresh是由ST9001开发的Chrome扩展程序,该扩展的主要功能是“Refresh your browser tab automatically at the desired interval.”。
扩展截图
下载AutoTabRefresh扩展crx文件
下载AutoTabRefresh扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Lightweight, simple and safe extension that will refresh your active tab automatically. Set your desired time interval and start refreshing. 扩展基本信息
| 名称 | |
| ID | dndgpkfabmjdgnbhjciplnfblodiodmj |
| 官方URL | https://chromewebstore.google.com/detail/autotabrefresh/dndgpkfabmjdgnbhjciplnfblodiodmj |
| 简介 | Refresh your browser tab automatically at the desired interval. |
| 文件大小 | 58.76 KB |
| 安装次数 | 438 |
| 当前版本 | 3.3 |
| 更新时间 | 2022-05-22 |
| 上架时间 | 2020-07-01 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | ST9001 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "AutoTabRefresh",
"author": "",
"version": "3.3",
"description": "Refresh your browser tab automatically at the desired interval.",
"permissions": [
"storage",
"activeTab"
],
"browser_action": {
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_title": "Auto Tab Refresh",
"default_popup": "index.html"
},
"background": {
"page": "background.html"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"options_ui": {
"page": "options.html"
},
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
"id": "{c17eb700-84fb-49ea-9554-0db469f59f4b}"
}
}
} | |