Flowbar - Chrome Tab Manager
Multi-functional browser organizer & note taking tool.
Flowbar - Chrome Tab Manager là gì?
Flowbar - Chrome Tab Manager là một tiện ích mở rộng Chrome được phát triển bởi https://flowbar.co, và tính năng chính của nó là "Multi-functional browser organizer & note taking tool.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Flowbar - Chrome Tab Manager
Tải xuống các tệp mở rộng Flowbar - Chrome Tab Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
- Save all open tabs instantly to remove clutter and free up memory. - Create multiple groups to save most important links for work, hobbies, and any other links that you open every day. - Save individual tabs into existing groups or create a new one. - Move your tabs between groups to re-organize. - Sync all your tabs between different computers by logging in with your Google account. - Search saved tabs to quickly find what you're looking for. - Import your Tabs from OneTab extension easily. - Autosave open tabs https://flowbar.co
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | chidlojljmmcgpjapdbkedbbilnjoddg |
URL Chính Thức | https://chromewebstore.google.com/detail/flowbar-chrome-tab-manage/chidlojljmmcgpjapdbkedbbilnjoddg |
Mô tả | Multi-functional browser organizer & note taking tool. |
Kích Thước Tệp | 27.94 KB |
Số Lần Cài Đặt | 3,328 |
Phiên Bản Hiện Tại | 2023.5.8 |
Cập Nhật Lần Cuối | 2023-05-16 |
Ngày Phát Hành | 2020-05-14 |
Đánh Giá | 3.82/5 Tổng số 108 Đánh Giá |
Nhà Phát Triển | https://flowbar.co |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://flowbar.co |
URL Trang Trợ Giúp | https://flowbar.co |
URL Trang Chính Sách Bảo Mật | http://flowbar.co/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flowbar - Chrome Tab Manager", "description": "Multi-functional browser organizer & note taking tool.", "version": "2023.5.8", "manifest_version": 3, "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" } }, "commands": { "save-all": { "suggested_key": { "default": "Alt+V", "mac": "Alt+V", "chromeos": "Alt+V", "linux": "Alt+V" }, "description": "Save all tabs to general" }, "open-dashboard": { "suggested_key": { "default": "Alt+B", "mac": "Alt+B", "chromeos": "Alt+B", "linux": "Alt+B" }, "description": "Open Dashboard" } }, "content_scripts": [ { "matches": [ " |