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! 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |