Reload All Tabs

This extension reloads all tabs with one click

什么是Reload All Tabs?

Reload All Tabs是由CREOTIVE开发的Chrome扩展程序,该扩展的主要功能是“This extension reloads all tabs with one click”。

扩展截图

screenshot
screenshot

下载Reload All Tabs扩展crx文件

下载Reload All Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Reload All Tabs Reload All Tabs
ID bnefkbkgplakejnfhhhdfmacfbhbmnbd
官方URL https://chrome.google.com/webstore/detail/reload-all-tabs/bnefkbkgplakejnfhhhdfmacfbhbmnbd
简介 This extension reloads all tabs with one click
文件大小 9.29 KB
安装次数 522
当前版本 1.0
更新时间 2014-09-05
上架时间 2014-09-05
评分 3.00/5 共4次评分
开发者 CREOTIVE
付费类型 free
支持的语言 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'"
}