Tab Keeper - Chrome Tab Manager & Sync Tool
Efficiently save and synchronize tabs across devices without the need for personal logins.
Tab Keeper - Chrome Tab Manager & Sync Tool란 무엇입니까?
Tab Keeper - Chrome Tab Manager & Sync Tool은(는) justinegeo96에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Efficiently save and synchronize tabs across devices without the need for personal logins."입니다.
확장 프로그램 스크린샷
Tab Keeper - Chrome Tab Manager & Sync Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
★ Free Forever & Open Source
A passion project dedicated to better browsing, Tab Keeper will always remain free.
- GitHub: https://github.com/justine-george/tab-keeper-react-chrome-extension
Say goodbye to a cluttered browser with Tab Keeper, your free, open-source solution for managing numerous tabs. Easily save, organize, and sync your tabs across Chrome desktop browsers, improving your productivity and browser performance.
★ Key Features:
- Efficient Tab Management: Easily organize a large number of tabs
- Multi-Language Support: Available in 10 languages
- Device Sync: Sync tabs across Chrome desktop browsers
- Privacy First: Operate securely without user logins
- Quick Search: Instantly find saved tabs
- Custom Themes: Personalize your browsing experience
- User-Driven Updates: Regular improvements based on your feedback
Join the Tab Keeper community for a streamlined browsing experience. Your feedback is invaluable – if you love Tab Keeper, consider leaving a rating!
★ Changelog
- Version 1.3.1 (Latest)
Improvements:
• Search functionality now supports searching by tab group and window titles
• Bug fixes and stability improvements
- Version 1.2.7
Improvements:
• Timestamp shown in tab group cards now reflects the time of update
• Dependent packages updated to latest versions
- Version 1.2.6
Improvements:
• Newly created chrome tab now opens right next to the current tab
• Bug fixes and stability improvements (Sessions saved using multi-monitor setup now restorable)
- Version 1.2.5
Improvements:
• Improved iconography
• Updated translations
• Bug fixes and stability improvements
- Version 1.2.2
New Features:
• Added "Optimize Memory Usage While Restoring" toggle in Data Management settings to enable memory-optimized restore mode 확장 프로그램 기본 정보
| 이름 | |
| ID | gpibgniomobngodpnikhheifblbpbbah |
| 공식 URL | https://chromewebstore.google.com/detail/tab-keeper-chrome-tab-man/gpibgniomobngodpnikhheifblbpbbah |
| 설명 | Efficiently save and synchronize tabs across devices without the need for personal logins. |
| 파일 크기 | 226 KB |
| 설치 횟수 | 667 |
| 현재 버전 | 1.3.1 |
| 최근 업데이트 | 2024-02-23 |
| 출시 날짜 | 2023-08-29 |
| 평점 | 4.88/5 총 32 개의 평점 |
| 개발자 | justinegeo96 |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 지원되는 언어 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.3.1",
"name": "Tab Keeper - Chrome Tab Manager & Sync Tool",
"description": "Efficiently save and synchronize tabs across devices without the need for personal logins.",
"action": {
"default_popup": "index.html",
"default_icon": "icons\/icon128.png",
"default_title": "Tab Keeper - Chrome Tab Manager & Sync Tool"
},
"permissions": [
"tabs",
"storage"
],
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
} | |