TabNest
Save multiple tabs for later and reopen them with a single click.
TabNest란 무엇입니까?
TabNest은(는) Anatoly Zaytsev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save multiple tabs for later and reopen them with a single click."입니다.
확장 프로그램 스크린샷
TabNest 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
TabNest is a minimalistic, open-source, productivity-boosting Chrome extension designed to enhance multitasking. It allows you to save all the tabs in a window for later use. With just one click, TabNest saves all tabs and groups in the window, then closes it—reducing clutter and freeing up system resources. You can easily access and reopen the saved tabs, making the switch between projects or tasks seamless. Features: - Save all open tabs in the current window for later use and close the window. - Reopen saved tabs in a new window with a single click. TabNest saves and restores the exact tab and group configurations from when they were saved, including group name, color, collapse status, and active tab. - Update, rename, and delete saved links. - Sync saved tabs across devices using Chrome account storage. GitHub: https://github.com/tokedo/TabNest
확장 프로그램 기본 정보
이름 | TabNest |
ID | gplhcnbpmokcnjhhcbhfjgdnpdjgoadk |
공식 URL | https://chromewebstore.google.com/detail/tabnest/gplhcnbpmokcnjhhcbhfjgdnpdjgoadk |
설명 | Save multiple tabs for later and reopen them with a single click. |
파일 크기 | 13.14 KB |
설치 횟수 | 188 |
현재 버전 | 1.1.2 |
최근 업데이트 | 2023-08-14 |
출시 날짜 | 2023-07-12 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | Anatoly Zaytsev |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/tokedo/TabNest |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TabNest", "version": "1.1.2", "description": "Save multiple tabs for later and reopen them with a single click.", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": "icon32.png", "default_popup": "popup.html", "default_title": "TabNest" }, "permissions": [ "tabs", "storage", "tabGroups" ], "background": { "service_worker": "background.js" } } |