Auto Refresh & Switch Tabs
Every 20 secondes : Switch to next tab & refresh next (+1) tab
什么是Auto Refresh & Switch Tabs?
Auto Refresh & Switch Tabs是由Maxonix开发的Chrome扩展程序,该扩展的主要功能是“Every 20 secondes : Switch to next tab & refresh next (+1) tab”。
扩展截图
下载Auto Refresh & Switch Tabs扩展crx文件
下载Auto Refresh & Switch Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Auto-refresh is an extension for Google Chrome which monitors the HTTP traffic and if a page fails to load, it auto-refreshes that page.This description specially develop to Switch to next tab & refresh next (+1) tab. The duration of Switch to next tab & refresh next (+1) tab is 20 seconds.
How to use it?
Just find it in the Google Chrome Extensions gallery and install it from there. 扩展基本信息
| 名称 | |
| ID | ankdojnjbdlokjjpimfhehjfaechilon |
| 官方URL | https://chromewebstore.google.com/detail/auto-refresh-switch-tabs/ankdojnjbdlokjjpimfhehjfaechilon |
| 简介 | Every 20 secondes : Switch to next tab & refresh next (+1) tab |
| 文件大小 | 24.29 KB |
| 安装次数 | 6,624 |
| 当前版本 | 1.0 |
| 更新时间 | 2021-05-02 |
| 上架时间 | 2021-04-28 |
| 评分 | 4.00/5 共3次评分 |
| 开发者 | Maxonix |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://thedeezerpremiumapk.com/ |
| 帮助页面URL | http://thedeezerpremiumapk.com/ |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Auto Refresh & Switch Tabs",
"description": "Every 20 secondes : Switch to next tab & refresh next (+1) tab",
"version": "1.0",
"browser_action": {
"default_icon": "img\/icon.png",
"default_popup": "popup.html"
},
"icons": {
"16": "img\/16x16.png",
"32": "img\/32x32.png",
"128": "img\/icon_128.png"
},
"background": {
"scripts": [
"js\/app.js"
]
}
} | |