Auto Close Tab
This extension runs in the background and will close any tab opened where the URL begins with ie:http
Auto Close Tab là gì?
Auto Close Tab là một tiện ích mở rộng Chrome được phát triển bởi newpscoder, và tính năng chính của nó là "This extension runs in the background and will close any tab opened where the URL begins with ie:http".
Ả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 Auto Close Tab
Tải xuống các tệp mở rộng Auto Close Tab 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 runs in the background and will open any URL formatted with ie:http in Internet Explorer. In addition the tab that is opened in Chrome will be automatically closed in 3 seconds. Required is a registry key update for full functionality. Please see the following website for information. https://stackoverflow.com/questions/28744149/launch-ie-from-a-link-in-chrome
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Auto Close Tab |
ID | hknjefkfmlpbipmkkfhebdpphfmkpnjm |
URL Chính Thức | https://chromewebstore.google.com/detail/auto-close-tab/hknjefkfmlpbipmkkfhebdpphfmkpnjm |
Mô tả | This extension runs in the background and will close any tab opened where the URL begins with ie:http |
Kích Thước Tệp | 3.21 KB |
Số Lần Cài Đặt | 482 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2018-12-20 |
Ngày Phát Hành | 2018-12-20 |
Đánh Giá | 2.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | newpscoder |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Close Tab", "version": "2.0", "description": "This extension runs in the background and will close any tab opened where the URL begins with ie:http", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |