ActiveX for Chrome

Use ActiveX controls in your Chrome

ActiveX for Chrome là gì?

ActiveX for Chrome là một tiện ích mở rộng Chrome được phát triển bởi eagleonhill, và tính năng chính của nó là "Use ActiveX controls in your Chrome".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ActiveX for Chrome

Tải xuống các tệp mở rộng ActiveX for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ---- WINDOWS ONLY ----

Want to use ActiveX controls, but frustrated by the slow interactions of IE Tab or browser switching? Now you can just load those ActiveX controls without frame of IE, by using this wonderful extension! 

Once you have configured it properly, it can automatically load and show ActiveX controls on the pages you visit in the way you use IE.

To work correctly in most cases like LogMeIn, you need to use predefined rules to set proper UserAgent and helper scripts.

To submit an issue, read FAQ and view source, please visit http://code.google.com/p/np-activex/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ActiveX for Chrome ActiveX for Chrome
ID lgllffgicojgllpmdbemgglaponefajn
URL Chính Thức https://chrome.google.com/webstore/detail/lgllffgicojgllpmdbemgglaponefajn
Mô tả Use ActiveX controls in your Chrome
Kích Thước Tệp 255 KB
Số Lần Cài Đặt 37,480
Phiên Bản Hiện Tại 1.5.0.7
Cập Nhật Lần Cuối 2013-10-28
Ngày Phát Hành 2013-10-28
Đánh Giá 4.33/5 Tổng số 916 Đánh Giá
Nhà Phát Triển eagleonhill
Loại Thanh Toán free
Trang Web Mở Rộng http://code.google.com/p/np-activex/
URL Trang Trợ Giúp http://code.google.com/p/np-activex/wiki
Ngôn Ngữ Được Hỗ Trợ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "configure.js",
                "inject_actions.js",
                "inject_start.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "inject_doreplace.js"
            ]
        }
    ],
    "minimum_chrome_version": "18.0.0.0",
    "requirements": {
        "plugins": {
            "npapi": false
        }
    },
    "name": "__MSG_plug_name__",
    "default_locale": "en",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "web_accessible_resources": [
        "notifybar.css",
        "notifybar.js",
        "notifybar.html"
    ],
    "description": "__MSG_plug_desp__",
    "background": {
        "page": "background.html"
    },
    "page_action": {
        "default_icon": "icon16.png"
    },
    "version": "1.5.0.7",
    "options_page": "options.html",
    "manifest_version": 2,
    "plugins": [
        {
            "path": "npactivex.dll",
            "public": true
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/connect.facebook.net https:\/\/apis.google.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "",
        "tabs",
        "webRequestBlocking",
        "webRequest"
    ]
}