Reload Tabs

Reload all Chrome tabs, including the ones that are frozen by Great Suspender

What is Reload Tabs?

Reload Tabs is a Chrome extension developed by https://ephrain.pixnet.net, and its main feature is "Reload all Chrome tabs, including the ones that are frozen by Great Suspender".

Extension Screenshots

screenshot

Download Reload Tabs Extension CRX File

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

                        Reload all Chrome tabs at once.

This extension can also resume the tabs that are frozen by Great Suspender (https://chrome.google.com/webstore/detail/the-great-suspender/klbibkeccnjlkjkiokjodocebajanakg), which is a great chrome extension to help freeze inactive chrome tabs to release system resources.                    

Extension Basic Information

Name Reload Tabs Reload Tabs
ID inhimoldpmckkeohhdkccpnpbpdfaple
Official URL https://chromewebstore.google.com/detail/reload-tabs/inhimoldpmckkeohhdkccpnpbpdfaple
Description Reload all Chrome tabs, including the ones that are frozen by Great Suspender
File Size 14.43 KB
Installation Count 793
Current Version 1.0
Last Updated 2014-09-24
Publish Date 2014-09-24
Rating 5.00/5 Total 2 Ratings
Developer https://ephrain.pixnet.net
Email [email protected]
Payment Type free
Privacy Policy Page URL https://ephrain.net/%E5%9C%96%E6%9B%B8%E9%A4%A8%E5%A4%9A%E9%87%8D%E5%B8%B3%E6%88%B6%E7%99%BB%E5%85%A5
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reload Tabs",
    "description": "Reload all Chrome tabs, including the ones that are frozen by Great Suspender",
    "version": "1.0",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}