AllTabs
Manage Tabs
AllTabs là gì?
AllTabs là một tiện ích mở rộng Chrome được phát triển bởi jiten, và tính năng chính của nó là "Manage Tabs".
Ả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 AllTabs
Tải xuống các tệp mở rộng AllTabs 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
AllTabs is a tab manager for your chrome web browser. Save All Tabs Save your current open pages with one click. If you are in a hurry no need to give the file name. The current time will be the file name so that you can easily identify the session. Open Tabs Later Open previously saved files anytime. You can store thousands of sessions in your chrome browser. *Copy All Tabs so that you can share with others. *Open Multiple URLs in one click *Save all open tabs so that can be opened later *Bookmark Multiple Pages with one name *Save incognito and Cognito window separately
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AllTabs |
ID | fffhmhcillaopdbhllfffhfhbcnkioco |
URL Chính Thức | https://chromewebstore.google.com/detail/alltabs/fffhmhcillaopdbhllfffhfhbcnkioco |
Mô tả | Manage Tabs |
Kích Thước Tệp | 74 KB |
Số Lần Cài Đặt | 3,153 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2017-08-29 |
Ngày Phát Hành | 2017-08-29 |
Đánh Giá | 4.25/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | jiten |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://alltabs.oxyzen.in |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "name": "AllTabs", "description": "Manage Tabs", "version": "1.0", "manifest_version": 2, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "js": [ "js\/jquery-2.2.4.min.js", "js\/is.min.js", "js\/clipboard.js", "js\/moment.min.js" ], "matches": [ "*:\/\/*\/*" ] } ], "background": { "page": "background.html" }, "browser_action": { "default_title": "AllTabs", "default_icon": "img\/icon-active.png" } } |