Open IE
Lets you load pages in IE with a single right-click context menu
Open IE là gì?
Open IE là một tiện ích mở rộng Chrome được phát triển bởi Kunihiro Ando, và tính năng chính của nó là "Lets you load pages in IE with a single right-click context menu".
Ả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 IE
Tải xuống các tệp mở rộng Open IE 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
Open IE opens the current page in your other browsers. Works on Windows and linux 64bit (Required Modules) ******************************** v2.0 Windows Modules Update Microsoft Edge supported Modules Remove and reinstall ******************************** ******************************** v2.1 Linux Modules Update Bugfix Modules install (overwrite) ******************************** v2.3 disable menu == Open URL ==================== Works on Windows and linux 64bit (Required Modules) Open current page Open all tabs IE, Firefox, Vivaldi, Opera, Microsoft Edge. **linux IE --> Chromium ================================
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Open IE |
ID | ndnijgilgcbhfnklfeookcddkgcecofk |
URL Chính Thức | https://chromewebstore.google.com/detail/open-ie/ndnijgilgcbhfnklfeookcddkgcecofk |
Mô tả | Lets you load pages in IE with a single right-click context menu |
Kích Thước Tệp | 1.22 MB |
Số Lần Cài Đặt | 20,000 |
Phiên Bản Hiện Tại | 2.3 |
Cập Nhật Lần Cuối | 2015-09-19 |
Ngày Phát Hành | 2015-09-19 |
Đánh Giá | 3.17/5 Tổng số 60 Đánh Giá |
Nhà Phát Triển | Kunihiro Ando |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open IE", "description": "Lets you load pages in IE with a single right-click context menu", "version": "2.3", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "options_page": "options.html", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "web_accessible_resources": [ "setup.exe" ], "permissions": [ "tabs", "storage", "downloads", "contextMenus", "nativeMessaging" ] } |