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 |
官方網址 | 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" ] } |