Custom Auto Refresh
A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.
Custom Auto Refreshとは何ですか?
Custom Auto RefreshはVastBlastによって開発されたChromeの拡張機能で、その主な機能は「A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.」です。
拡張機能のスクリーンショット
Custom Auto Refresh拡張機能のCRXファイルをダウンロード
Custom Auto Refresh拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will automatically refresh a tab on a fully customizable interval that you may set. The setting accepts any interval in seconds, as well as decimal points meaning you can customize the refresh rate to as low or as high as you need. Unlike other extensions, this one is fully customizable and will always wait for the refresh to continue before moving on to the next refresh.
拡張機能の基本情報
名前 | Custom Auto Refresh |
ID | hefmpdieencodgfnoecpichojkglajkb |
公式URL | https://chromewebstore.google.com/detail/custom-auto-refresh/hefmpdieencodgfnoecpichojkglajkb |
説明 | A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval. |
ファイルサイズ | 112 KB |
インストール数 | 3,315 |
現在のバージョン | 2.3.2 |
最終更新日 | 2023-10-10 |
公開日 | 2021-01-12 |
評価 | 4.78/5 合計 18 レビュー |
開発者 | VastBlast |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/VastBlast/ChromeAutoRefresh |
ヘルプページのURL | https://nitestats.com/contact |
プライバシーポリシーページのURL | https://docs.google.com/document/d/e/2PACX-1vTRmSJmwdLT5Ze4qg5fvQSC6CTut9h2AvE2Uq9FOtTqrbF3SlijVn2gEywsaS0B6UZgJZ_11K2eqv8M/pub |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Custom Auto Refresh", "description": "A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.", "version": "2.3.2", "icons": { "48": ".\/icons\/icon-inactive.png" }, "background": { "service_worker": ".\/scripts\/background.js" }, "action": { "default_icon": ".\/icons\/icon-inactive.png", "default_popup": ".\/main\/index.html" }, "host_permissions": [ " |