Manage Tabs
Save memory and keep tabs organized
Manage Tabs란 무엇입니까?
Manage Tabs은(는) Hans J Schroeder에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save memory and keep tabs organized"입니다.
확장 프로그램 스크린샷
Manage Tabs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Save lots of memory and use groups to keep your tabs organized. You can create groups from all currently open tabs. You can later open and close all those tabs with a single click. You can also create and remove groups with a single click. Minimum memory use When tabs are grouped, they require no memory anymore. When the extension's view is closed, the extension will also unload and use zero memory. (Chrome's extension page will show 'inactive') Privacy assurance This extension works completely offline. No scripts, fonts or other content is loaded from other servers. (despite the favicons). It uses no analytics or other tracking as many similar extensions do. In fact this is the main reason why this extension has been developed. Changelog 0.5.2 - 2017-12-17 Changed - Fix API to LocalStorage
확장 프로그램 기본 정보
이름 | Manage Tabs |
ID | kijdiheabofhiihcebgpeelmgfmcogel |
공식 URL | https://chromewebstore.google.com/detail/manage-tabs/kijdiheabofhiihcebgpeelmgfmcogel |
설명 | Save memory and keep tabs organized |
파일 크기 | 88.48 KB |
설치 횟수 | 427 |
현재 버전 | 0.5.2 |
최근 업데이트 | 2017-12-17 |
출시 날짜 | 2017-12-17 |
평점 | 4.10/5 총 10 개의 평점 |
개발자 | Hans J Schroeder |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Manage Tabs", "version": "0.5.2", "manifest_version": 2, "description": "Save memory and keep tabs organized", "incognito": "split", "author": "Hans J Schroeder", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "src\/bg\/background.html", "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Manage Tabs" }, "permissions": [ "chrome:\/\/favicon\/", "tabs" ], "short_name": "Tabmatic" } |