TabPlus
The most feature-packed tab manager. Save & organize your tabs, sync across devices!
TabPlus란 무엇입니까?
TabPlus은(는) pecacheu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The most feature-packed tab manager. Save & organize your tabs, sync across devices!"입니다.
확장 프로그램 스크린샷
TabPlus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tab++ allows you to save your tabs for later. You can organize, categorize, and name them, then restore individual tabs or tab groups at any time. You can even sync them across devices! Tab++ is inspired by similar extensions like OneTab, only with **WAY** more features... Like folders, cloud-syncing, easy backup and restore, and more! # Note: Usage help can be found in the options page. # NEW IN v1.7.1 - Code minified to save space - Fixed version name glitch - Adjusted drag delay - Dragging a tablist triggers a view redraw as it should NEW IN v1.7.0: - Ported to the new manifest v3 API. - Total codebase rewrite with asynchronous architecture and service workers, for massively improved performance and stability. - Fixed graphical bugs on loading screen in newer Chrome(/Chromium) versions. - More error messages (instead of failing silently, without telling you!) - Automatic restore-from-backup on critical sync error. Say no more to the sync tab eating your tabs into the void because your internet is slow. - INFINITE SCROLLING! (Yeah boiii, now you can legit have 10,000+ tabs with zero lag! Tabs load via pop-in, as you scroll, similar to Discord and other messengers.)
확장 프로그램 기본 정보
이름 | TabPlus |
ID | hfcdmjginkilbcfeffkkggemafdjflhp |
공식 URL | https://chromewebstore.google.com/detail/tabplus/hfcdmjginkilbcfeffkkggemafdjflhp |
설명 | The most feature-packed tab manager. Save & organize your tabs, sync across devices! |
파일 크기 | 283 KB |
설치 횟수 | 492 |
현재 버전 | 1.7.1 |
최근 업데이트 | 2023-02-19 |
출시 날짜 | 2018-01-06 |
평점 | 3.27/5 총 15 개의 평점 |
개발자 | pecacheu |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TabPlus", "short_name": "Tab++", "version": "1.7.1", "description": "The most feature-packed tab manager. Save & organize your tabs, sync across devices!", "icons": { "32": "icon32.png", "256": "icon256.png" }, "background": { "service_worker": "tabservice.js" }, "permissions": [ "tabs", "storage", "unlimitedStorage" ], "action": { "default_title": "Tab++", "default_icon": "icon256.png", "default_popup": "popup.html" }, "options_ui": { "page": "options.html" } } |