Reload All

Reloads all tabs, across all windows

What is Reload All?

Reload All is a Chrome extension developed by Sampson, and its main feature is "Reloads all tabs, across all windows".

Extension Screenshots

screenshot

Download Reload All Extension CRX File

Download Reload All 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

                        Reloads all tabs, across all windows.                    

Extension Basic Information

Name Reload All Reload All
ID hdhigldkgacdgbimiiccgbcpkomaolje
Official URL https://chromewebstore.google.com/detail/reload-all/hdhigldkgacdgbimiiccgbcpkomaolje
Description Reloads all tabs, across all windows
File Size 8.91 KB
Installation Count 124
Current Version 1.0.0
Last Updated 2021-03-14
Publish Date 2020-06-16
Rating 5.00/5 Total 4 Ratings
Developer Sampson
Email [email protected]
Payment Type free
Extension Website https://github.com/jonathansampson/extension-reload-all
Help Page URL https://github.com/jonathansampson/extension-reload-all/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reload All",
    "description": "Reloads all tabs, across all windows",
    "version": "1.0.0",
    "manifest_version": 2,
    "icons": {
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/128.png"
        }
    }
}