Tab Freezer
Freeze All Tabs
Tab Freezer란 무엇입니까?
Tab Freezer은(는) zhangbohun에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Freeze All Tabs"입니다.
확장 프로그램 스크린샷
Tab Freezer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you are also a patient with Too Many Tabs Syndrome (TMTS), When the memory is lacking due to too many open tabs, just click this extension to freeze all the tabs that are not concerned temporarily, reduce the memory consumption, no shortcut keys are required, and the option page will not pop up (when memory is really lacking No need to continue loading an option page) Frozen tabs will not be closed, but you can still click to switch normally to resume to achieve a seamless browsing experience.
확장 프로그램 기본 정보
이름 | Tab Freezer |
ID | opmcmbcmkbobnbloaanbgminfokciinp |
공식 URL | https://chromewebstore.google.com/detail/tab-freezer/opmcmbcmkbobnbloaanbgminfokciinp |
설명 | Freeze All Tabs |
파일 크기 | 318 KB |
설치 횟수 | 830 |
현재 버전 | 0.1.3 |
최근 업데이트 | 2022-11-15 |
출시 날짜 | 2020-02-13 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | zhangbohun |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "icons": { "128": "icon.png" }, "version": "0.1.3", "offline_enabled": true, "permissions": [ "tabs", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_title": "__MSG_name__", "default_icon": "icon.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "options_ui": { "chrome_style": true, "page": "options.html" }, "web_accessible_resources": [ "icon.png", "*:\/\/*" ], "manifest_version": 2, "default_locale": "en" } |