BMTab
Put the tab to bookmark for future access and to release the resources
BMTab là gì?
BMTab là một tiện ích mở rộng Chrome được phát triển bởi zncoder, và tính năng chính của nó là "Put the tab to bookmark for future access and to release the resources".
Ả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 BMTab
Tải xuống các tệp mở rộng BMTab 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
Sometimes you may want to close a tab either because you have too many tabs or you'd like to revisit the page in the near future, you can click the icon to put the site to a special bmtab bookmark folder. You can access these tabs from the Bmtab page by right clicking the icon and selecting the "Show Bmtabs page". This add-on was inspired by OneTab. But OneTab may lose the saved tabs occasionally for unknown reason. This add-on saves the tabs in the "bmtab-bn4yaq" bookmark folder for simple and reliable storage.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | djpdjipenanplkappkhojednmhkihfjo |
URL Chính Thức | https://chrome.google.com/webstore/detail/bmtab/djpdjipenanplkappkhojednmhkihfjo |
Mô tả | Put the tab to bookmark for future access and to release the resources |
Kích Thước Tệp | 22.39 KB |
Số Lần Cài Đặt | 56 |
Phiên Bản Hiện Tại | 1.8.2 |
Cập Nhật Lần Cuối | 2019-12-17 |
Ngày Phát Hành | 2019-12-17 |
Đánh Giá | 4.33/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | zncoder |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/zncoder/bmtab |
URL Trang Trợ Giúp | https://github.com/zncoder/bmtab |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BMTab", "version": "1.8.2", "manifest_version": 2, "description": "Put the tab to bookmark for future access and to release the resources", "icons": { "48": "icons\/48.png" }, "permissions": [ "tabs", "bookmarks", "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "browser_style": true, "default_icon": "icons\/32.png", "default_title": "Click to put this tab to bookmark" } } |