All Tabs Reloader
To reload all tabs, use the keyboard shortcut or toolbar button.
什么是All Tabs Reloader?
All Tabs Reloader是由worldaddons.com开发的Chrome扩展程序,该扩展的主要功能是“To reload all tabs, use the keyboard shortcut or toolbar button.”。
扩展截图
下载All Tabs Reloader扩展crx文件
下载All Tabs Reloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
"All Tabs Reloader" is a lightweight extension that allows you to reload all tabs with the click of a button. To reload all tabs in your browser, simply install this extension and select the - Reload All Tabs - button from the toolbar. All active tabs will be reloaded when you press the button. You can filter open tabs by state, including inactive, audible, disposable, or private. If you'd like to prevent a tab from reloading, go to the preferences page and check the box for the option. Please keep in mind that you can't prevent a tab based on its URL.
扩展基本信息
名称 | |
ID | cgmnahabbgcglgodggdoimncelmanegm |
官方URL | https://chrome.google.com/webstore/detail/all-tabs-reloader/cgmnahabbgcglgodggdoimncelmanegm |
简介 | To reload all tabs, use the keyboard shortcut or toolbar button. |
文件大小 | 25.66 KB |
安装次数 | 70 |
当前版本 | 0.1 |
更新时间 | 2022-05-25 |
上架时间 | 2022-05-25 |
评分 | 4.91/5 共47次评分 |
开发者 | worldaddons.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://worldaddons.com/all-tabs-reloader/ |
帮助页面URL | https://worldaddons.com/contact/ |
隐私政策页面URL | https://worldaddons.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1", "manifest_version": 3, "offline_enabled": true, "name": "All Tabs Reloader", "permissions": [ "storage" ], "short_name": "all-tabs-reloader", "homepage_url": "https:\/\/worldaddons.com\/all-tabs-reloader\/", "description": "To reload all tabs, use the keyboard shortcut or toolbar button.", "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": true, "page": "source\/options\/options.html" }, "commands": { "reload-action": { "description": "All Tabs Reloader", "suggested_key": { "mac": "Alt+Shift+C", "default": "Alt+Shift+C" } } }, "action": { "default_title": "All Tabs Reloader", "default_icon": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png" } }, "icons": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png", "128": "source\/icons\/128.png" } } |