Tabbie Updated
The missing tab manager for Chrome, updated for the latest Chrome version.
Tabbie Updated란 무엇입니까?
Tabbie Updated은(는) Jacob "kurtextrem" Groß에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The missing tab manager for Chrome, updated for the latest Chrome version."입니다.
확장 프로그램 스크린샷
Tabbie Updated 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is the updated Tabbie for the latest Chrome. The missing tab manager for Chrome. Select a few tabs with CMD + click and then save them with the Tabbie chrome extension. It's also possible to save and close the tabs for later use. All credits go to the original. Updated Code is here: https://github.com/kurtextrem/tabbie. Now with Manifest v3 support. New features: - Shows amount of tabs per group - No analytics (better privacy) - Storage bug fixed (you can store almost unlimited amounts of tabs now). - Added import/export function (you need to manually export/import as this version doesn't automatically sync across your PCs) - Added rename feature and you can add tabs to tab groups now - Automatically scrolls to the end of the list - Nicer scrollbar
확장 프로그램 기본 정보
이름 | Tabbie Updated |
ID | eiigehbpamofgandbmmokoahhkhbmbld |
공식 URL | https://chromewebstore.google.com/detail/tabbie-updated/eiigehbpamofgandbmmokoahhkhbmbld |
설명 | The missing tab manager for Chrome, updated for the latest Chrome version. |
파일 크기 | 89.35 KB |
설치 횟수 | 49 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2023-12-03 |
출시 날짜 | 2018-12-07 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Jacob "kurtextrem" Groß |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/kurtextrem/tabbie |
도움말 페이지 URL | https://github.com/kurtextrem/tabbie/issues |
개인정보 보호 정책 페이지 URL | https://www.kurtextrem.de/chrome/PRIVACY.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tabbie Updated", "short_name": "Tabbie", "description": "The missing tab manager for Chrome, updated for the latest Chrome version.", "version": "1.1.1", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage", "unlimitedStorage" ] } |