Refresh 'Em All

Refresh all tabs in Current Window. Whopping seven lines of code — no crap.

What is Refresh 'Em All?

Refresh 'Em All is a Chrome extension developed by Ciantic, and its main feature is "Refresh all tabs in Current Window. Whopping seven lines of code — no crap.".

Extension Screenshots

screenshot

Download Refresh 'Em All Extension CRX File

Download Refresh 'Em 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

                        Refresh or reload all tabs in current window.

No new functionality will be ever introduced. Icon changes may come in future, if necessary.                    

Extension Basic Information

Name Refresh 'Em All Refresh 'Em All
ID iaoghbeamaalcgoembjppfekhelajipd
Official URL https://chromewebstore.google.com/detail/refresh-em-all/iaoghbeamaalcgoembjppfekhelajipd
Description Refresh all tabs in Current Window. Whopping seven lines of code — no crap.
File Size 21.65 KB
Installation Count 610
Current Version 0.9.2
Last Updated 2014-11-02
Publish Date 2014-11-02
Rating 4.73/5 Total 15 Ratings
Developer Ciantic
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refresh 'Em All",
    "version": "0.9.2",
    "description": "Refresh all tabs in Current Window. Whopping seven lines of code \u2014 no crap.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "48": "app.png",
        "128": "app.png"
    },
    "browser_action": {
        "default_icon": "action.png",
        "default_title": "Refresh all tabs in this window"
    }
}