PutAway Tab Management
Manage your tabs easily
PutAway Tab Management là gì?
PutAway Tab Management là một tiện ích mở rộng Chrome được phát triển bởi mannprerak2, và tính năng chính của nó là "Manage your tabs easily".
Ả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 PutAway Tab Management
Tải xuống các tệp mở rộng PutAway Tab Management 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
PutAway - A new way to manage your tabs and bookmarks from your New Tab screen. You can create collections, and drag and drop tabs to it to bookmark. PutAway saves all your Data as bookmarks in a separate folder - "Other Bookmarks > PutAway". So all your Data is accessible from anywhere via google chrome, and is automatically synced between all devices just like your bookmarks. Features - - Drag and Drop Tabs to bookmark - Create/Delete/Rename bookmark collections - Save Session or Bookmark tab from extension button. - Dark Theme, Color coded items. - Share Bookmark Collection - Archive collections - Small and elegant Quick links bar. This project is completely free and open sourced at Github - https://github.com/mannprerak2/putaway Feel free to look at the source code, create issues and even submit PRs!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PutAway Tab Management |
ID | fkfhaaminmefilpjiapgokmlbjfokafa |
URL Chính Thức | https://chromewebstore.google.com/detail/putaway-tab-management/fkfhaaminmefilpjiapgokmlbjfokafa |
Mô tả | Manage your tabs easily |
Kích Thước Tệp | 231 KB |
Số Lần Cài Đặt | 23 |
Phiên Bản Hiện Tại | 0.6.1 |
Cập Nhật Lần Cuối | 2022-11-03 |
Ngày Phát Hành | 2020-09-13 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | mannprerak2 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/mannprerak2/putaway/ |
URL Trang Trợ Giúp | https://github.com/mannprerak2/putaway/issues/new |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PutAway Tab Management", "version": "0.6.1", "description": "Manage your tabs easily", "manifest_version": 3, "permissions": [ "bookmarks", "tabs", "tabGroups", "storage" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "options_page": "options.html", "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" } }, "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" } } |