ReLoader

Easy reload the current tab without any cached data. Works with iFrame too.

What is ReLoader?

ReLoader is a Chrome extension developed by Alister Zhao, and its main feature is "Easy reload the current tab without any cached data. Works with iFrame too.".

Download ReLoader Extension CRX File

Download ReLoader 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

                        Easily reload the current tab content without any cache data. Works with iFrame too.                    

Extension Basic Information

Name ReLoader ReLoader
ID ajdekpeolgboihkdkcmonalgafpefojb
Official URL https://chrome.google.com/webstore/detail/reloader/ajdekpeolgboihkdkcmonalgafpefojb
Description Easy reload the current tab without any cached data. Works with iFrame too.
File Size 8.67 KB
Installation Count 50
Current Version 1.0
Last Updated 2015-01-09
Publish Date 2015-01-09
Developer Alister Zhao
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ReLoader",
    "version": "1.0",
    "author": "Alister Zhao",
    "description": "Easy reload the current tab without any cached data. Works with iFrame too.",
    "icons": {
        "128": "128.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "128.png",
        "default_title": "Reload Tab"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}