Open IE

Lets you load pages in IE with a single right-click context menu

Cos'è Open IE?

Open IE è un'estensione di Chrome sviluppata da Kunihiro Ando, e la sua funzione principale è "Lets you load pages in IE with a single right-click context menu".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Open IE

Scarica i file di estensione Open IE in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Open IE Open IE
ID ndnijgilgcbhfnklfeookcddkgcecofk
URL Ufficiale https://chromewebstore.google.com/detail/open-ie/ndnijgilgcbhfnklfeookcddkgcecofk
Descrizione Lets you load pages in IE with a single right-click context menu
Dimensione del File 1.22 MB
Conteggio Installazioni 20,000
Versione Corrente 2.3
Ultimo Aggiornamento 2015-09-19
Data di Pubblicazione 2015-09-19
Valutazione 3.17/5 Totale 60 Valutazioni
Sviluppatore Kunihiro Ando
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}