Plug-Up Bridge Content Script

Chrome Content Script for Plug-up dongle access

Plug-Up Bridge Content Scriptとは何ですか?

Plug-Up Bridge Content Scriptはhttps://smartcard.ioによって開発されたChromeの拡張機能で、その主な機能は「Chrome Content Script for Plug-up dongle access」です。

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

screenshot

Plug-Up Bridge Content Script拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension let you communicate natively with Plug-up USB Smartcard products (by Plug-up, Kliidje, BTChip). Requires the Plug-up Bridge as well - available at https://chrome.google.com/webstore/detail/plug-up-bridge/mgbemnbocfpecccpecgommbeilnainej

New in 0.1.1 : add namespace for third party detection, remove debugging                    

拡張機能の基本情報

名前 Plug-Up Bridge Content Script Plug-Up Bridge Content Script
ID icnekhdkfglaecpcdkjoahlnjllocjgo
公式URL https://chromewebstore.google.com/detail/plug-up-bridge-content-sc/icnekhdkfglaecpcdkjoahlnjllocjgo
説明 Chrome Content Script for Plug-up dongle access
ファイルサイズ 12.91 KB
インストール数 480
現在のバージョン 0.1.1
最終更新日 2014-10-15
公開日 2014-10-15
評価 4.71/5 合計 7 レビュー
開発者 https://smartcard.io
支払い方法 free
対応言語 en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "plugup-embed.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Chrome Content Script for Plug-up dongle access",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnUwGptfRnlGwaYgIfhLQkNZtNB\/Sjf4toqWjg77bey3WRnm9lP+U7c19J9iHN\/WZfwRNfrlfQiVecmGOxlJbmFq+tjS8JxfJRQmIPkKebekkqA2ailxeZma84sU4WlXbTSoCu3F2NBXlIah+ejjRSu\/J7MdYsB776fxfGDHki+1aMa+NnYlLibPqRtKX7SVnRSGMw6mr6kyYLpcvNf7fqtcgj3sWt5rCLbNBLCfZ0G\/a0nm2Azcr5ixx6UdJL0pgezE2IQ4Yrv5i+r8sTB91C0YjdpeUEPNEVJ1NQTWcGFjluOUT4DmgJidWAYahevTXozdN6ksKC7t4IN65l6lAgwIDAQAB",
    "manifest_version": 2,
    "name": "Plug-Up Bridge Content Script",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.1"
}