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 |
| Eメール | [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"
]
}
} | |