Tabs Unloader
An extension recapture your own memory from browser.
Tabs Unloaderとは何ですか?
Tabs Unloaderはhttps://sakkyoi.techによって開発されたChromeの拡張機能で、その主な機能は「An extension recapture your own memory from browser.」です。
拡張機能のスクリーンショット
Tabs Unloader拡張機能のCRXファイルをダウンロード
Tabs Unloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An extension recapture your own memory from browser. Features: ‧ No tab disappearing. Just unload it from memory. You can reload it anytime if you want. ‧ Simple to use. Just click your mouse. Unload tabs in 5 mode. ‧ No more memory waste. Unload tabs. Recapture your own memory. New in 2.0: ‧ Brand new operating procedure ‧ Anti mistouch ‧ Startup unloader ‧ Performance improve Official Site: https://tabs-unloader.sakkyoi.tech/ Github: https://github.com/sakkyoi/Tabs-Unloader User Guide: https://tabs-unloader.sakkyoi.tech/#/guide Author: https://sakkyoi.tech/
拡張機能の基本情報
名前 | Tabs Unloader |
ID | jageegmimlcfoomhknbhbmbjacmglnlb |
公式URL | https://chromewebstore.google.com/detail/tabs-unloader/jageegmimlcfoomhknbhbmbjacmglnlb |
説明 | An extension recapture your own memory from browser. |
ファイルサイズ | 642 KB |
インストール数 | 242 |
現在のバージョン | 2.0.0 |
最終更新日 | 2023-05-29 |
公開日 | 2022-06-16 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | https://sakkyoi.tech |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://sakkyoi.github.io/Tabs-Unloader/ |
ヘルプページのURL | https://github.com/sakkyoi/Tabs-Unloader/issues |
プライバシーポリシーページのURL | https://sakkyoi.github.io/Tabs-Unloader/privacy.html |
対応言語 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "2.0.0", "author": "sakkyoi", "default_locale": "en", "icons": { "128": "asset\/icon\/icon_128.png" }, "content_scripts": [], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": "asset\/icon\/icon_128.png", "default_title": "__MSG_appName__" }, "options_page": "preference\/preference.html", "permissions": [ "contextMenus", "tabs", "storage" ] } |