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ファイルをダウンロード
Tab Keeper - Chrome Tab Manager & Sync Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
★ 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 |
| Eメール | [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"
}
} | |