Tab Shelf
Let's group and organize too many tabs!!
Tab Shelf란 무엇입니까?
Tab Shelf은(는) kota에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Let's group and organize too many tabs!!"입니다.
확장 프로그램 스크린샷
Tab Shelf 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tab Shelf organizes tabs that are too open. If you're using Chrome, you may end up with too many tabs and you cannot find the tab you want. Tab Shelf is recommended in such cases. Tab Shelf allows you to group open tabs and evacuate them. For example, when you want to do online shopping while writing a article, save a lot of tabs for your material as a "Article materials". That way, the Chrome tabs are clean and you can focus on online shopping. You can restore a saved tab at any time. If you close your browser, Tab Shelf is not forget tabs.
확장 프로그램 기본 정보
이름 | |
ID | kjfciegmjpnkfackjbdpoioamkdhhplf |
공식 URL | https://chrome.google.com/webstore/detail/tab-shelf/kjfciegmjpnkfackjbdpoioamkdhhplf |
설명 | Let's group and organize too many tabs!! |
파일 크기 | 17 KB |
설치 횟수 | 521 |
현재 버전 | 1.3.1 |
최근 업데이트 | 2021-03-28 |
출시 날짜 | 2020-04-21 |
평점 | 3.67/5 총 9 개의 평점 |
개발자 | kota |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Shelf", "description": "__MSG_description__", "version": "1.3.1", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ] } |