Open in IE™

Open links in IE (Internet Explorer)

Open in IE™คืออะไร?

Open in IE™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lynn และคุณลักษณะหลักของมันคือ "Open links in IE (Internet Explorer)"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open in IE™

ดาวน์โหลดไฟล์ส่วนขยาย Open in IE™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Open in IE™ addon gives you the ability to open any link in an Internet Explorer page from Chrome.

Note 1: after installing the addon, you need to connect it with native applications (i.e. IE) on your machine. To make this connection, a separate patch is provided in GitHub. Please download and install this patch from: https://github.com/alexmarcoo/open-in-native-client/releases

Follow the instruction on the above GitHub page to download and install the related patch to your system. After installing, the "Open in IE™" addon in your Chrome browser can communicate with IE on your Windows machine.

Note 2: before using the addon, please open the option's page and make sure the path to IE is correct based on your Operating System. For example, the path to IE in Windows 10 is: C:\Program Files\Internet Explorer\iexplore.exe

Next, please follow the below steps to open desired links in IE.

a. Right-click on any link and then click on the Open link in IE (from the context-menu).
b. You can choose to open the window in private (incognito) or normal mode (see the addon's options page).
c. It captures the link from any text content within the page (i.e. for those links that are not hyperlinked).
d. You can set the IE path in your machine from the options page.

Note 3: please note that the Open in IE™ addon, does NOT belong or relate to Internet Explorer, IE, or Microsoft corp at all. It is an unofficial extension that is developed and maintained independently by its author.

To report bugs, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/open-in-ie.html).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Open in IE™ Open in IE™
ID dkhhkjpckbmkfdicijemmdaieaagkcco
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/open-in-ie/dkhhkjpckbmkfdicijemmdaieaagkcco
คำอธิบาย Open links in IE (Internet Explorer)
ขนาดไฟล์ 39.37 KB
จำนวนการติดตั้ง 15,016
เวอร์ชันปัจจุบัน 0.1.4
อัปเดตครั้งล่าสุด 2022-11-03
วันที่เผยแพร่ 2017-10-14
คะแนน 2.94/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา Lynn
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mybrowseraddon.com/open-in-ie.html
URL หน้าช่วยเหลือ https://mybrowseraddon.com/open-in-ie.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.4",
    "manifest_version": 3,
    "name": "Open in IE\u2122",
    "offline_enabled": true,
    "description": "Open links in IE (Internet Explorer)",
    "homepage_url": "https:\/\/mybrowseraddon.com\/open-in-ie.html",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "notifications",
        "nativeMessaging"
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}