Open IE
Lets you load pages in IE with a single right-click context menu
什么是Open IE?
Open IE是由Kunihiro Ando开发的Chrome扩展程序,该扩展的主要功能是“Lets you load pages in IE with a single right-click context menu”。
扩展截图
下载Open IE扩展crx文件
下载Open IE扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
================================ 扩展基本信息
| 名称 | |
| ID | ndnijgilgcbhfnklfeookcddkgcecofk |
| 官方URL | https://chromewebstore.google.com/detail/open-ie/ndnijgilgcbhfnklfeookcddkgcecofk |
| 简介 | Lets you load pages in IE with a single right-click context menu |
| 文件大小 | 1.22 MB |
| 安装次数 | 20,000 |
| 当前版本 | 2.3 |
| 更新时间 | 2015-09-19 |
| 上架时间 | 2015-09-19 |
| 评分 | 3.17/5 共60次评分 |
| 开发者 | Kunihiro Ando |
| 付费类型 | free |
| 支持的语言 | 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"
]
} | |