Smarter Tab
Smarter Tab will close your inactive tabs automatically for you, free your computer's memory, enable sorting tabs, and much more!
Smarter Tab란 무엇입니까?
Smarter Tab은(는) vunguyen2712에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Smarter Tab will close your inactive tabs automatically for you, free your computer's memory, enable sorting tabs, and much more!"입니다.
확장 프로그램 스크린샷
Smarter Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
One day your laptop is frozen because your Chrome browser is using too much memory. You realize that you have TOO MANY UNUSED / INACTIVE open tabs which you don’t even remember why you did not close them. Smarter Tab is the solution! Smarter Tab’s main features: 1. Close inactive tab automatically to release your computer’s memory, reduce battery usage, reduce distraction from not-so-important tabs. 2. History page will show all the tabs which have been closed automatically (allow searching and sorting), so you don't have to worry about losing them. 3. Introducing the 1st feature of Tab Tools (v 0.4.0) : Sort all tabs - allow all same website tabs to be next to each other 4. You can set : Number of tabs at which you want Smarter Tab to start closing the inactive ones. Smart Tab will not close any inactive tabs until you have at least this amount of tabs opening. Number of minutes for an inactive tab to be closed Please feel free to report any bugs, write a review or suggestions. Thank you for using this extension :)
확장 프로그램 기본 정보
이름 | Smarter Tab |
ID | pkddmhkikblmjkmajphclipldfhfedhm |
공식 URL | https://chromewebstore.google.com/detail/smarter-tab/pkddmhkikblmjkmajphclipldfhfedhm |
설명 | Smarter Tab will close your inactive tabs automatically for you, free your computer's memory, enable sorting tabs, and much more! |
파일 크기 | 422 KB |
설치 횟수 | 141 |
현재 버전 | 0.4.3 |
최근 업데이트 | 2019-03-29 |
출시 날짜 | 2019-03-29 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | vunguyen2712 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smarter Tab", "version": "0.4.3", "manifest_version": 2, "description": "Smarter Tab will close your inactive tabs automatically for you, free your computer's memory, enable sorting tabs, and much more!", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ ".\/src\/bg\/background.js" ] }, "options_page": "src\/extension-page\/auto-closed-history.html", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Smarter Tab", "default_popup": "src\/browser-action\/browser-action.html" }, "permissions": [ "alarms", "background", "storage", "tabs" ] } |