ActiveX for Chrome

Use ActiveX controls in your Chrome

ActiveX for Chromeとは何ですか?

ActiveX for Chromeはeagleonhillによって開発されたChromeの拡張機能で、その主な機能は「Use ActiveX controls in your Chrome」です。

拡張機能のスクリーンショット

screenshot

ActiveX for Chrome拡張機能のCRXファイルをダウンロード

ActiveX for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ---- 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/                    

拡張機能の基本情報

名前 ActiveX for Chrome ActiveX for Chrome
ID lgllffgicojgllpmdbemgglaponefajn
公式URL https://chrome.google.com/webstore/detail/lgllffgicojgllpmdbemgglaponefajn
説明 Use ActiveX controls in your Chrome
ファイルサイズ 255 KB
インストール数 37,480
現在のバージョン 1.5.0.7
最終更新日 2013-10-28
公開日 2013-10-28
評価 4.33/5 合計 916 レビュー
開発者 eagleonhill
支払い方法 free
拡張機能のウェブサイト http://code.google.com/p/np-activex/
ヘルプページのURL http://code.google.com/p/np-activex/wiki
対応言語 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"
    ]
}