Refresher
Auto-Refresh tabs every N minutes.
Refresherとは何ですか?
RefresherはS.Pyzhovによって開発されたChromeの拡張機能で、その主な機能は「Auto-Refresh tabs every N minutes.」です。
拡張機能のスクリーンショット
Refresher拡張機能のCRXファイルをダウンロード
Refresher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Refresher - refreshes selected tab every selected interval of the time.
You can select any duration in a minutes or seconds. 拡張機能の基本情報
| 名前 | |
| ID | fonajkmbfnhimbdcohgbofnmgcfifmal |
| 公式URL | https://chromewebstore.google.com/detail/refresher/fonajkmbfnhimbdcohgbofnmgcfifmal |
| 説明 | Auto-Refresh tabs every N minutes. |
| ファイルサイズ | 44.18 KB |
| インストール数 | 11 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2019-11-30 |
| 公開日 | 2019-11-29 |
| 開発者 | S.Pyzhov |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/spyzhov/refresher |
| ヘルプページのURL | https://github.com/spyzhov/refresher/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Refresher",
"description": "Auto-Refresh tabs every N minutes.",
"version": "1.0",
"manifest_version": 2,
"permissions": [
"storage",
"tabs"
],
"background": {
"scripts": [
"src\/storage.js",
"src\/background.js"
],
"persistent": true
},
"browser_action": {
"default_popup": "popup.html"
},
"icons": {
"16": "assets\/icon.png",
"48": "assets\/icon.png",
"128": "assets\/icon.png"
}
} | |