Reload All Tabs

This extension reloads all tabs with one click

What is Reload All Tabs?

Reload All Tabs is a Chrome extension developed by CREOTIVE, and its main feature is "This extension reloads all tabs with one click".

Extension Screenshots

screenshot
screenshot

Download Reload All Tabs Extension CRX File

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

                        This extension reloads all tabs with one click. This feature does not have Google Chrome  unlike Firefox, so this extension is special for those firefox users who use Chrome for any purpose :D                    

Extension Basic Information

Name Reload All Tabs Reload All Tabs
ID bnefkbkgplakejnfhhhdfmacfbhbmnbd
Official URL https://chrome.google.com/webstore/detail/reload-all-tabs/bnefkbkgplakejnfhhhdfmacfbhbmnbd
Description This extension reloads all tabs with one click
File Size 9.29 KB
Installation Count 522
Current Version 1.0
Last Updated 2014-09-05
Publish Date 2014-09-05
Rating 3.00/5 Total 4 Ratings
Developer CREOTIVE
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reload All Tabs",
    "description": "This extension reloads all tabs with one click",
    "version": "1.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}