Auto Page Refresh
Tab auto refresh. Refresh pages automatically. Auto refresh and page monitor with specified time intervals fixed or random .
Auto Page Refreshとは何ですか?
Auto Page Refreshはmarimgreegerによって開発されたChromeの拡張機能で、その主な機能は「Tab auto refresh. Refresh pages automatically. Auto refresh and page monitor with specified time intervals fixed or random .」です。
拡張機能のスクリーンショット
Auto Page Refresh拡張機能のCRXファイルをダウンロード
Auto Page Refresh拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Finally a page refresh that works. Reload any page with just a few clicks. Page refresh works on any website.
Auto-refresh (auto-reload) your idle pages on a selected interval.
Are there times when you want a page(tab) in your browser to auto-refresh? Do want your page/tab content to be always updated. Now that is easy - Page-refresh will reload your pages and tabs for you. It is very easy and super simple - just set the time interval that you want to auto refresh your pages or tabs and the Page-refresh extension will auto reload the pages.
The best thing about this page refresh extension is that there is no setup required - it is easy and simple to use, install it and let your idle pages be auto reloaded. Just choose the time you want Page-refresh will do its magic.
If what you want an extension that automatically reloads and refreshes web pages in the simplest way, this is what you need. 拡張機能の基本情報
| 名前 | |
| ID | hhhlmhebgldhhkmlcobchafaefeeigji |
| 公式URL | https://chromewebstore.google.com/detail/auto-page-refresh/hhhlmhebgldhhkmlcobchafaefeeigji |
| 説明 | Tab auto refresh. Refresh pages automatically. Auto refresh and page monitor with specified time intervals fixed or random . |
| ファイルサイズ | 509 KB |
| インストール数 | 301,389 |
| 現在のバージョン | 0.0.15 |
| 最終更新日 | 2023-04-17 |
| 公開日 | 2023-04-12 |
| 評価 | 4.61/5 合計 152 レビュー |
| 開発者 | marimgreeger |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appname__",
"description": "__MSG_appdescr__",
"default_locale": "en",
"version": "0.0.15",
"permissions": [
"storage"
],
"web_accessible_resources": [
{
"resources": [
"*"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": "js\/bg.js"
},
"action": {
"default_icon": {
"128": "asset\/main.png"
},
"default_title": "__MSG_appName__",
"default_popup": "index.html"
},
"icons": {
"128": "asset\/main.png"
}
} | |