Auto refresh actual webpage
Automatically reload webpage in actual tab. You can set refresh interval.
What is Auto refresh actual webpage?
Auto refresh actual webpage is a Chrome extension developed by https://www.extensions-for-chrome.com, and its main feature is "Automatically reload webpage in actual tab. You can set refresh interval.".
Extension Screenshots
Download Auto refresh actual webpage Extension CRX File
Download Auto refresh actual webpage extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Auto refresh actual webpage |
ID | jmpaeglcabhpohgbfcehemlgophfjikk |
Official URL | https://chromewebstore.google.com/detail/auto-refresh-actual-webpa/jmpaeglcabhpohgbfcehemlgophfjikk |
Description | Automatically reload webpage in actual tab. You can set refresh interval. |
File Size | 51.12 KB |
Installation Count | 1,929 |
Current Version | 1.0 |
Last Updated | 2013-09-21 |
Publish Date | 2013-09-21 |
Rating | 3.33/5 Total 15 Ratings |
Developer | https://www.extensions-for-chrome.com |
Payment Type | free |
Supported Languages | 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" } } |