Open Tabs
Show open tabs
Open Tabs là gì?
Open Tabs là một tiện ích mở rộng Chrome được phát triển bởi Syl, và tính năng chính của nó là "Show open 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 Open Tabs
Tải xuống các tệp mở rộng Open 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
This extension is open-source! Contribute on https://github.com/sylouuu/chrome-open-tabs Show open tabs: - Go to tab - Close tab - Reload tab - Duplicate tab - Pin/unpin tab - Hide tab The open tabs are updated in real time. Changelog: https://github.com/sylouuu/chrome-open-tabs/releases
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Open Tabs |
ID | cepfpldhbcfaklnnldhoaahgliijehap |
URL Chính Thức | https://chromewebstore.google.com/detail/open-tabs/cepfpldhbcfaklnnldhoaahgliijehap |
Mô tả | Show open tabs |
Kích Thước Tệp | 34.91 KB |
Số Lần Cài Đặt | 1,226 |
Phiên Bản Hiện Tại | 0.3.2 |
Cập Nhật Lần Cuối | 2017-06-22 |
Ngày Phát Hành | 2017-06-22 |
Đánh Giá | 3.75/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | Syl |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/sylouuu/chrome-open-tabs |
URL Trang Trợ Giúp | https://github.com/sylouuu/chrome-open-tabs/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open Tabs", "version": "0.3.2", "description": "Show open tabs", "homepage_url": "https:\/\/github.com\/sylouuu\/chrome-open-tabs", "icons": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "64": "img\/icon_64.png", "128": "img\/icon_128.png" }, "browser_action": { "default_icon": "img\/icon_48.png" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/www.google-analytics.com; object-src 'self'", "options_page": "html\/options.html", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "web_accessible_resources": [ "img\/*.png" ], "permissions": [ "tabs", "storage" ] } |