Open IE
Lets you load pages in IE with a single right-click context menu
What is Open IE?
Open IE is a Chrome extension developed by Kunihiro Ando, and its main feature is "Lets you load pages in IE with a single right-click context menu".
Extension Screenshots
Download Open IE Extension CRX File
Download Open IE extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 ================================
Extension Basic Information
Name | Open IE |
ID | ndnijgilgcbhfnklfeookcddkgcecofk |
Official URL | https://chromewebstore.google.com/detail/open-ie/ndnijgilgcbhfnklfeookcddkgcecofk |
Description | Lets you load pages in IE with a single right-click context menu |
File Size | 1.22 MB |
Installation Count | 20,000 |
Current Version | 2.3 |
Last Updated | 2015-09-19 |
Publish Date | 2015-09-19 |
Rating | 3.17/5 Total 60 Ratings |
Developer | Kunihiro Ando |
Payment Type | free |
Supported Languages | 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" ] } |