Auto Refresh Lite
Auto refresh a list of web pages after any number of seconds.
Auto Refresh Liteとは何ですか?
Auto Refresh Liteはpragmatechdevによって開発されたChromeの拡張機能で、その主な機能は「Auto refresh a list of web pages after any number of seconds.」です。
拡張機能のスクリーンショット
Auto Refresh Lite拡張機能のCRXファイルをダウンロード
Auto Refresh Lite拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Small and easy to use chrome extension that auto reloads a list of URLs according to your settings. Features: * Easy to use and setup * No unnecessary permissions required * Does not track you
拡張機能の基本情報
名前 | Auto Refresh Lite |
ID | dblcelpijjljhjbkopojdhgoleciofip |
公式URL | https://chromewebstore.google.com/detail/auto-refresh-lite/dblcelpijjljhjbkopojdhgoleciofip |
説明 | Auto refresh a list of web pages after any number of seconds. |
ファイルサイズ | 53.26 KB |
インストール数 | 203 |
現在のバージョン | 2.0 |
最終更新日 | 2021-01-06 |
公開日 | 2014-06-21 |
評価 | 2.00/5 合計 2 レビュー |
開発者 | pragmatechdev |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Refresh Lite", "icons": { "16": "icons\/icon-16.png", "20": "icons\/icon-20.png", "24": "icons\/icon-24.png", "32": "icons\/icon-128.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png", "512": "icons\/icon-512.png" }, "version": "2.0", "author": "pragmatechdev", "description": "Auto refresh a list of web pages after any number of seconds.", "options_page": "options\/options.html", "permissions": [ "storage", "tabs" ], "browser_action": { "default_popup": "popup\/popup.html", "default_icon": { "20": "icons\/icon-20.png" } }, "background": { "scripts": [ "background.js" ], "persistent": true } } |