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 |
| 官方網址 | 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"
]
}
} | |