Reload-Refresh Tab

Reload-Refresh Tab-(For One Tab)

What is Reload-Refresh Tab?

Reload-Refresh Tab is a Chrome extension developed by http://standaloneinstaller.com, and its main feature is "Reload-Refresh Tab-(For One Tab)".

Extension Screenshots

screenshot

Download Reload-Refresh Tab Extension CRX File

Download Reload-Refresh Tab 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/Refresh tab/webpage. 

This does not use content scripts, so works very well.
Only supports one tab/page at a time for now.

Thanks                    

Extension Basic Information

Name Reload-Refresh Tab Reload-Refresh Tab
ID fgoaijnhhfidkfogfbhfhchegfemjban
Official URL https://chrome.google.com/webstore/detail/reload-refresh-tab/fgoaijnhhfidkfogfbhfhchegfemjban
Description Reload-Refresh Tab-(For One Tab)
File Size 12.93 KB
Installation Count 1,000
Current Version 1.0
Last Updated 2017-11-10
Publish Date 2017-11-10
Rating 4.20/5 Total 5 Ratings
Developer http://standaloneinstaller.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reload-Refresh Tab",
    "default_locale": "en",
    "description": "Reload-Refresh Tab-(For One Tab)",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "background",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}