Manage Tabs
Save memory and keep tabs organized
Manage Tabs là gì?
Manage Tabs là một tiện ích mở rộng Chrome được phát triển bởi Hans J Schroeder, và tính năng chính của nó là "Save memory and keep tabs organized".
Ả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 Manage Tabs
Tải xuống các tệp mở rộng Manage Tabs 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 lots of memory and use groups to keep your tabs organized. You can create groups from all currently open tabs. You can later open and close all those tabs with a single click. You can also create and remove groups with a single click. Minimum memory use When tabs are grouped, they require no memory anymore. When the extension's view is closed, the extension will also unload and use zero memory. (Chrome's extension page will show 'inactive') Privacy assurance This extension works completely offline. No scripts, fonts or other content is loaded from other servers. (despite the favicons). It uses no analytics or other tracking as many similar extensions do. In fact this is the main reason why this extension has been developed. Changelog 0.5.2 - 2017-12-17 Changed - Fix API to LocalStorage
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Manage Tabs |
ID | kijdiheabofhiihcebgpeelmgfmcogel |
URL Chính Thức | https://chromewebstore.google.com/detail/manage-tabs/kijdiheabofhiihcebgpeelmgfmcogel |
Mô tả | Save memory and keep tabs organized |
Kích Thước Tệp | 88.48 KB |
Số Lần Cài Đặt | 427 |
Phiên Bản Hiện Tại | 0.5.2 |
Cập Nhật Lần Cuối | 2017-12-17 |
Ngày Phát Hành | 2017-12-17 |
Đánh Giá | 4.10/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | Hans J Schroeder |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Manage Tabs", "version": "0.5.2", "manifest_version": 2, "description": "Save memory and keep tabs organized", "incognito": "split", "author": "Hans J Schroeder", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "src\/bg\/background.html", "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Manage Tabs" }, "permissions": [ "chrome:\/\/favicon\/", "tabs" ], "short_name": "Tabmatic" } |