Tab Browser Manager
Tabs and Bookmark manager that stores your most recent tabs & bookmarks for ease-of-access
Tab Browser Manager란 무엇입니까?
Tab Browser Manager은(는) A & C에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tabs and Bookmark manager that stores your most recent tabs & bookmarks for ease-of-access"입니다.
확장 프로그램 스크린샷
Tab Browser Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
⬇️Easy to set up ⬇️: 1. Install the extension. 2. Enable the extension by clicking on the icon and the Current Session will open in a new tab. 3. Click on “Save” to save the current session and name the session for later use. ✨Features ✨ 1. Saves opened tabs as collections that can be easily restored later. 2. Can recover the opened tabs after a crash. 3. Manages all opened tabs from a separate tab. 4. Stores the collections for later use. Use this extension for freeing up memory and avoiding clutter.
확장 프로그램 기본 정보
이름 | Tab Browser Manager |
ID | dmeinaeacepcangddenhkmommengmlpk |
공식 URL | https://chromewebstore.google.com/detail/tab-browser-manager/dmeinaeacepcangddenhkmommengmlpk |
설명 | Tabs and Bookmark manager that stores your most recent tabs & bookmarks for ease-of-access |
파일 크기 | 23.6 KB |
설치 횟수 | 112 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2022-10-04 |
출시 날짜 | 2022-10-04 |
평점 | 4.61/5 총 23 개의 평점 |
개발자 | A & C |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tab Browser Manager", "version": "1.0.0", "description": "Tabs and Bookmark manager that stores your most recent tabs & bookmarks for ease-of-access", "action": { "default_title": "Tab Browser Manager - Manage your browser from one place" }, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png", "256": "icons\/256.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "unlimitedStorage", "tabs", "storage", "activeTab" ], "host_permissions": [ "https:\/\/*\/", "http:\/\/*\/" ] } |