Auto refresh actual webpage
Automatically reload webpage in actual tab. You can set refresh interval.
Auto refresh actual webpageとは何ですか?
Auto refresh actual webpageはhttps://www.extensions-for-chrome.comによって開発されたChromeの拡張機能で、その主な機能は「Automatically reload webpage in actual tab. You can set refresh interval.」です。
拡張機能のスクリーンショット
Auto refresh actual webpage拡張機能のCRXファイルをダウンロード
Auto refresh actual webpage拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically refresh can be easily activated via the context menu by clicking the right mouse button on the web page. In options you can set refresh interval in seconds. Extension automatically stop refresh when change tab or change website.
拡張機能の基本情報
名前 | Auto refresh actual webpage |
ID | jmpaeglcabhpohgbfcehemlgophfjikk |
公式URL | https://chromewebstore.google.com/detail/auto-refresh-actual-webpa/jmpaeglcabhpohgbfcehemlgophfjikk |
説明 | Automatically reload webpage in actual tab. You can set refresh interval. |
ファイルサイズ | 51.12 KB |
インストール数 | 1,929 |
現在のバージョン | 1.0 |
最終更新日 | 2013-09-21 |
公開日 | 2013-09-21 |
評価 | 3.33/5 合計 15 レビュー |
開発者 | https://www.extensions-for-chrome.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto refresh actual webpage", "description": "Automatically reload webpage in actual tab. You can set refresh interval.", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "jquery.js", "background.js" ] }, "options_page": "options.html", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" } } |