Open IE
Lets you load pages in IE with a single right-click context menu
Hvad er Open IE?
Open IE er en Chrome-udvidelse udviklet af Kunihiro Ando, og dens hovedfunktion er "Lets you load pages in IE with a single right-click context menu".
Udvidelsesskærmbilleder
Download Open IE-udvidelses-CRX-fil
Download Open IE-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
================================ Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ndnijgilgcbhfnklfeookcddkgcecofk |
| Officiel URL | https://chromewebstore.google.com/detail/open-ie/ndnijgilgcbhfnklfeookcddkgcecofk |
| Beskrivelse | Lets you load pages in IE with a single right-click context menu |
| Filstørrelse | 1.22 MB |
| Antal Installationer | 20,000 |
| Nuværende Version | 2.3 |
| Senest Opdateret | 2015-09-19 |
| Udgivelsesdato | 2015-09-19 |
| Bedømmelse | 3.17/5 Samlet 60 Bedømmelser |
| Udvikler | Kunihiro Ando |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |