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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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