IE View WE Developer Edition
Provides ability to open pages and links by Internet Explorer (Cloned IE View based on WebExtensions-based)
IE View WE Developer Editionคืออะไร?
IE View WE Developer Edition เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ClearCode Inc. และคุณลักษณะหลักของมันคือ "Provides ability to open pages and links by Internet Explorer (Cloned IE View based on WebExtensions-based)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IE View WE Developer Edition
ดาวน์โหลดไฟล์ส่วนขยาย IE View WE Developer Edition ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is the development version of the "IE View WE" addon ported from Firefox to Chrome. This is provided for testing use, because we cannot call webRequestBlocking API on Manifest V3 addon while development even if it is designed for enterprise use (see also: https://bugs.chromium.org/p/chromium/issues/detail?id=1338871 ). Not recommended for regular use. ---- It enables you to switch between browsers very easily, based on predefined URL patterns. This requires its own binary module. Before you install this to your Chrome, you need to install the native messaging host by these steps: 1. Download a zip package "ieview-we-host.zip" from https://github.com/clear-code/ieview-we/releases 2. Unzip downloaded file. 3. Double-click the batch file named "install.bat". 4. Install this "IE View WE" extension to your Chrome. For business use, this extension supports managed storage to provide fixed configs by the system administrator. Please see also documents about Managed Storage API for developers. Summarized Changelog for v2.0.0: Bump its version.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | IE View WE Developer Edition |
ID | gahanoflpdcmbcaijjkopjeheaikclcl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ie-view-we-developer-edit/gahanoflpdcmbcaijjkopjeheaikclcl |
คำอธิบาย | Provides ability to open pages and links by Internet Explorer (Cloned IE View based on WebExtensions-based) |
ขนาดไฟล์ | 39.35 KB |
จำนวนการติดตั้ง | 39 |
เวอร์ชันปัจจุบัน | 2.0.0 |
อัปเดตครั้งล่าสุด | 2022-08-30 |
วันที่เผยแพร่ | 2022-08-24 |
ผู้พัฒนา | ClearCode Inc. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/clear-code/ieview-we/ |
URL หน้าช่วยเหลือ | https://github.com/clear-code/ieview-we/issues/ |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "version": "2.0.0", "description": "__MSG_extensionDescription__", "permissions": [ "contextMenus", "nativeMessaging", "storage", "alarms", "tabs", "webRequest", "webRequestBlocking" ], "host_permissions": [ " |