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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } |