OpenedTabs
A simple Tab Manager. List , Copy, Reload, and Closes Opened tabs in a Google Chrome Window in a single click
OpenedTabs là gì?
OpenedTabs là một tiện ích mở rộng Chrome được phát triển bởi AVJLabs, và tính năng chính của nó là "A simple Tab Manager. List , Copy, Reload, and Closes Opened tabs in a Google Chrome Window in a single click".
Ả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 OpenedTabs
Tải xuống các tệp mở rộng OpenedTabs 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
A simple Chrome Tab Manager Extension which List Tabs, Copy all at once Opened tabs in the Chrome Window without clicking on going on the tab. It increases the user Productivity and enhance your work. The Extension Copies the list of all opened tabs to the local clipboard in a single click. So that you can save a ton tabs all at once in your File, Email, IM Chat, etc. without any Panic,with Less Effort Shows all Opened tabs in the current Google Chrome Window with their details like URL,Title,TAB ID,Webpage Icon and Status. The Extension also allows the user to "Reload" and "Close" the tabs of the current window without moving to tab. User can use the copied text from the clipboard for their personal use,save in a text file,in Email,sending links to friends and family. Open tabs in one tab list, copy and share with anyone
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | OpenedTabs |
ID | hgohfinkmbjghllknbjejeagkmckehif |
URL Chính Thức | https://chromewebstore.google.com/detail/openedtabs/hgohfinkmbjghllknbjejeagkmckehif |
Mô tả | A simple Tab Manager. List , Copy, Reload, and Closes Opened tabs in a Google Chrome Window in a single click |
Kích Thước Tệp | 467 KB |
Số Lần Cài Đặt | 282 |
Phiên Bản Hiện Tại | 1.6 |
Cập Nhật Lần Cuối | 2020-10-27 |
Ngày Phát Hành | 2014-07-30 |
Đánh Giá | 3.50/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | AVJLabs |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.facebook.com/Openedtabs |
URL Trang Trợ Giúp | https://github.com/anaghvj/OpenedTabs |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OpenedTabs", "description": "A simple Tab Manager. List , Copy, Reload, and Closes Opened tabs in a Google Chrome Window in a single click", "version": "1.6", "icons": { "48": "icon_48.png" }, "permissions": [ "tabs", "notifications", "clipboardWrite", "notifications" ], "web_accessible_resources": [ "\/Images\/icon_48.png" ], "browser_action": { "default_icon": "\/Images\/favicon.png", "default_popup": "tablist.html" } } |