NativeExt
WebExtensions native connector management extension
NativeExtคืออะไร?
NativeExt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Niklas Gollenstede และคุณลักษณะหลักของมันคือ "WebExtensions native connector management extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NativeExt
ดาวน์โหลดไฟล์ส่วนขยาย NativeExt ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
NativeExt -- Management extension The NativeExt extension manages access to the NativeExt application, which gives other browser extensions full access to your computer. NativeExt will explicitly ask you for every extension before granting it access to your system. To use NativeExt, you must download and install the application, and then click the Apply button in the options. Description NativeExt doesn't do anything on its own. It is a special module that extends the capabilities of other browser extensions. It allows extensions that were explicitly allowed by the user to execute node.js JavaScript code on the computer, with the full access of the current user account. While this is, from a security perspective, generally equivalent to installing a program on the computer, it is much easier to install and update for the user (once initially set up, allowing an extension requires only a single click, and updates are implicitly included with the extension itself) and easier to develop and maintain for the developers (write/bundle standard node.js modules and ship them with the extension; no platform specific installation or update code required). For more information on what and why NativeExt is, see the project homepage. Permissions used: * Exchange messages with programs: Manage and launch the extension process * Display notifications: Inform about setup status and errors * Recently closed tabs: Remove own popups from closed windows
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | NativeExt |
ID | kfabpijabfmojngneeaipepnbnlpkgcf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/nativeext/kfabpijabfmojngneeaipepnbnlpkgcf |
คำอธิบาย | WebExtensions native connector management extension |
ขนาดไฟล์ | 89.41 KB |
จำนวนการติดตั้ง | 45 |
เวอร์ชันปัจจุบัน | 0.3.0.2 |
อัปเดตครั้งล่าสุด | 2018-06-07 |
วันที่เผยแพร่ | 2018-06-06 |
ผู้พัฒนา | Niklas Gollenstede |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NativeExt", "short_name": "NativeExt", "version": "0.3.0.2", "author": "Niklas Gollenstede", "description": "WebExtensions native connector management extension", "icons": { "1": "\/icon.png", "64": "\/icon.png" }, "minimum_chrome_version": "55.0.0", "applications": { "gecko": { "id": "@native-ext", "strict_min_version": "59.0" } }, "permissions": [ "storage", "nativeMessaging", "notifications", "sessions" ], "optional_permissions": [], "web_accessible_resources": [], "incognito": "spanning", "background": { "page": "node_modules\/web-ext-utils\/loader\/_background.html" }, "options_ui": { "page": "NativeExt.html#options", "open_in_tab": false }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg6wrLIc0wvAyq94OpBt\/7vvo9xpwJIuMdwevaW1oc\/SXdRwHbS9ViGn\/1g8DjJGscYA8uKxc016QRPeBro\/lB\/dY+frID\/bsBOAoKYhesT6nyY2UooGu3BGIDp7vLU+duhQB1mAgsoraiTcW9siU3uReiIVf\/tsD\/ksrZt8j\/B\/EaOUZoUULWxaPToJBGRvMbY1wu+7vvFLlFhUhM8qUjUJgHv\/l4aP5gNuTjP+5xtltqnXt0QTCgkfsTGgo0dVu9ilAm4orDdnVA8eAyh6GlQFV8yQouyKkWZpiM329lNWF4GZ+olPWDqnd+ffznzS68fB0RC3ujIBOD5MuhyxW0wIDAQAB" } |