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