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"
]
} | |