SuperRefresh , Auto Refresh pages
Auto Refresh pages every time interval , Multi task support .
SuperRefresh , Auto Refresh pagesとは何ですか?
SuperRefresh , Auto Refresh pagesはhttps://extmanager.comによって開発されたChromeの拡張機能で、その主な機能は「Auto Refresh pages every time interval , Multi task support .」です。
拡張機能のスクリーンショット
SuperRefresh , Auto Refresh pages拡張機能のCRXファイルをダウンロード
SuperRefresh , Auto Refresh pages拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
SuperRefresh, Auto Refresh the page interval. you don’t need to frantically press Ctrl-R or F5 if you are waiting for an update.
Features:
1. Auto Refresh the page interval .
2. Tracks all auto refresh progress.
3. Real time display on Icon.
4. Set multiple times for multiple tabs
5. Define custom interval in minutes and seconds 拡張機能の基本情報
| 名前 | |
| ID | kodajckmdnamjlagjhjahccimgjanigg |
| 公式URL | https://chromewebstore.google.com/detail/superrefresh-auto-refresh/kodajckmdnamjlagjhjahccimgjanigg |
| 説明 | Auto Refresh pages every time interval , Multi task support . |
| ファイルサイズ | 200 KB |
| インストール数 | 7,404 |
| 現在のバージョン | 0.0.2 |
| 最終更新日 | 2021-09-23 |
| 公開日 | 2020-06-14 |
| 評価 | 4.00/5 合計 17 レビュー |
| 開発者 | https://extmanager.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.extmanager.com/detail/kodajckmdnamjlagjhjahccimgjanigg.html |
| プライバシーポリシーページのURL | https://www.freeprivacypolicy.com/live/1a989ad9-eb14-4e79-994b-1739426407b8 |
| 対応言語 | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_name__",
"description": "__MSG_description__",
"version": "0.0.2",
"icons": {
"128": "img\/ico.png",
"48": "img\/ico48.png",
"19": "img\/ico19.png"
},
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
"browser_action": {
"default_title": "__MSG_name__",
"default_icon": "img\/ico19.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"js\/jquery.js",
"js\/system.js",
"js\/background.js"
],
"persistent": true
},
"permissions": [
"tabs"
],
"default_locale": "en",
"manifest_version": 2
} | |