Unload Tab
Allows you to quickly unload (discard) tab in current window.
什么是Unload Tab?
Unload Tab是由https://fastaddons.com开发的Chrome扩展程序,该扩展的主要功能是“Allows you to quickly unload (discard) tab in current window.”。
扩展截图
下载Unload Tab扩展crx文件
下载Unload Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Unload Tab shows you list of tabs opened in the current window - click any of them to unload it (discard it). To unload multiple pages, use Right Mouse Click. To close multiple pages, use Middle Mouse Click. Use top bar actions to: - unload left tabs - unload right tabs - unload all tabs in current window - unload all tabs in all windows See my other extensions here: https://fastaddons.com/ Support independent developer: - I'm full-time extension developer and your donations is my only income. There are no ads in my extensions! - Please support my work by: - Buy me a coffee - https://ko-fi.com/fastaddons - PayPal donation - https://paypal.me/fastaddons/ - be my Patron - https://liberapay.com/juraj.masiar/ Thank you! :) Your donation will help me keep this extension working in future versions of Chrome!
扩展基本信息
名称 | Unload Tab |
ID | jacifdaceeamhebaonnnaangpkajehjb |
官方URL | https://chromewebstore.google.com/detail/unload-tab/jacifdaceeamhebaonnnaangpkajehjb |
简介 | Allows you to quickly unload (discard) tab in current window. |
文件大小 | 20.67 KB |
安装次数 | 1,509 |
当前版本 | 2.1 |
更新时间 | 2023-08-25 |
上架时间 | 2020-08-13 |
评分 | 4.64/5 共14次评分 |
开发者 | https://fastaddons.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://fastaddons.com/#unload_tab |
隐私政策页面URL | https://github.com/fastaddons/privacy_policy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Unload Tab", "version": "2.1", "author": "Juraj M\u00e4siar", "description": "Allows you to quickly unload (discard) tab in current window.", "icons": { "128": "128.png" }, "action": { "default_icon": { "128": "128.png" }, "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |