Refresh all windows
This will refresh all tabs in all windows.
What is Refresh all windows?
Refresh all windows is a Chrome extension developed by Unknown, and its main feature is "This will refresh all tabs in all windows.".
Download Refresh all windows Extension CRX File
Download Refresh all windows 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
Refresh all tabs in all windows at once.
Extension Basic Information
Name | Refresh all windows |
ID | jbmkeloifnkohclofiomelojjgpdjjcp |
Official URL | https://chromewebstore.google.com/detail/refresh-all-windows/jbmkeloifnkohclofiomelojjgpdjjcp |
Description | This will refresh all tabs in all windows. |
File Size | 7.98 KB |
Installation Count | 1,107 |
Current Version | 1.0 |
Last Updated | 2017-06-21 |
Publish Date | 2017-06-20 |
Rating | 4.50/5 Total 6 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Refresh all windows", "description": "This will refresh all tabs in all windows.", "version": "1.0", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "Refresh all tabs in all windows!" }, "permissions": [ "tabs", "windows" ] } |