Reload All Tabs

Reload all tabs using keyboard shortcut or toolbar button.

什么是Reload All Tabs?

Reload All Tabs是由Benni开发的Chrome扩展程序,该扩展的主要功能是“Reload all tabs using keyboard shortcut or toolbar button.”。

扩展截图

screenshot

下载Reload All Tabs扩展crx文件

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

扩展使用说明

                        Reload All Tabs is a lite extension that let you easily reload all tabs with click of a button.

Simply add this add-on to your browser and click on the - Reload All Tabs - toolbar icon. All open tabs will be reloaded upon clicking on the toolbar button. You can exclude tabs based on pin, active, audible, discard or private states.

If you want to exclude certain tabs from reloading, please visit the options page and mark the desired option. Please note that, you cannot exclude a tab based on the URL.

If you have a feature request, or you want to report a bug, please fill the bug report form in the addon's homepage (https://mybrowseraddon.com/reload-all-tabs.html).                    

扩展基本信息

名称 Reload All Tabs Reload All Tabs
ID biidfoapgncnlhpdhjapkkbankbnnhnj
官方URL https://chromewebstore.google.com/detail/reload-all-tabs/biidfoapgncnlhpdhjapkkbankbnnhnj
简介 Reload all tabs using keyboard shortcut or toolbar button.
文件大小 24.58 KB
安装次数 27,282
当前版本 0.1.3
更新时间 2023-07-30
上架时间 2019-12-23
评分 4.06/5 共17次评分
开发者 Benni
电子邮箱 [email protected]
付费类型 free
扩展官网 https://mybrowseraddon.com/reload-all-tabs.html
帮助页面URL https://mybrowseraddon.com/reload-all-tabs.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.3",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Reload All Tabs",
    "permissions": [
        "storage"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/reload-all-tabs.html",
    "description": "Reload all tabs using keyboard shortcut or toolbar button.",
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "commands": {
        "reload-action": {
            "description": "Reload All Tabs",
            "suggested_key": {
                "mac": "Alt+Shift+C",
                "default": "Alt+Shift+C"
            }
        }
    },
    "action": {
        "default_title": "Reload All Tabs",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}