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”。

擴展截圖

screenshot

下載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
================================                    

擴展基本資訊

名稱 Open IE Open IE
ID ndnijgilgcbhfnklfeookcddkgcecofk
官方網址 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"
    ]
}