应用截图

NFC Reader Extension for Win32截图1
NFC Reader Extension for Win32截图2
NFC Reader Extension for Win32截图3
NFC Reader Extension for Win32截图4
NFC Reader Extension for Win32截图5

详细介绍

Send Felica and Mifare card ID to web pages by just clicking the button.

This extension sends Felica and Mifare card IDs to web pages from PC/SC featured card reader.
(To read cards, the win32 application distributed in the GitHub is needed.)
Now it only reads ID, I will add functions such as read/write non-encryption areas in the future.

GitHub URL: https://github.com/yosuke1984chrome/chrome_nfcbridge_win32

PC/SC対応のICリーダ/ライタから読み出したFelica・Mifareカードの情報をWebページへ連携する拡張機能です。
(カードの読み出しには上記のGitHubページにて配布する、Win32アプリケーション別途必要です)
現時点ではIDの読み取りのみですが、非暗号領域の読み出し・書き込み機能等も追加予定です。
日本語の詳細説明は後段に記載しています。

---------------------
Environments
---------------------
1.OS : Windows 32bit only
2.IC cards : Mifare Classic, Mifare Ultralight, Felica, Felica Lite-S
3.Devices :PC/SC featured IC card readers(and drivers for each devices needed)

---------------------
How to install
---------------------
1. Add this extension to your Chrome browser.
2. Download 'chrome.nfcbridge.win32' with ZIP file form the GitHub page.(You can download ZIP file by clicking 'download ZIP' button)
3. Unzip the zip file and install the Win32 application as written in 'InstallGuide_en.txt'.
4. Also you can update the Win32 application by downloading the latest version from the GitHub page and install.

---------------------
Use in popup page
---------------------
By clicking the button in the popup page, this starts getting card ID.

1. Click the icon of this extension, and show the popup page.
2. Click 'get ID' button and hold the card, then check the card ID.(7bytes UID for Mifare cards and 8byte IDm for Felica cards)
3. If threre is an html element with 'cardId' id in the current web page, this sets the value of element to card ID.

------