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/ 擴展基本資訊
| 名稱 | |
| ID | jageegmimlcfoomhknbhbmbjacmglnlb |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
} | |