Open IE

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

ما هو Open IE؟

Open IE هو إضافة Chrome تم تطويرها بواسطة Kunihiro Ando، والميزة الرئيسية لها هي "Lets you load pages in IE with a single right-click context menu".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Open IE

قم بتنزيل ملفات الامتداد Open IE بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}