Open IE
Lets you load pages in IE with a single right-click context menu
Wat is Open IE?
Open IE is een Chrome-extensie ontwikkeld door Kunihiro Ando, en de belangrijkste functie is "Lets you load pages in IE with a single right-click context menu".
Extensie Screenshots
Download het CRX-bestand van de extensie Open IE
Download Open IE-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
================================ Basisinformatie over de Extensie
| Naam | |
| ID | ndnijgilgcbhfnklfeookcddkgcecofk |
| Officiële URL | https://chromewebstore.google.com/detail/open-ie/ndnijgilgcbhfnklfeookcddkgcecofk |
| Beschrijving | Lets you load pages in IE with a single right-click context menu |
| Bestandsgrootte | 1.22 MB |
| Aantal Installaties | 20,000 |
| Huidige Versie | 2.3 |
| Laatst Bijgewerkt | 2015-09-19 |
| Publicatiedatum | 2015-09-19 |
| Beoordeling | 3.17/5 Totaal 60 Beoordelingen |
| Ontwikkelaar | Kunihiro Ando |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |