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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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"
    ]
}