QR-Code
Show a QR-Code for the current URL (without relying on some third-party API).
QR-Codeとは何ですか?
QR-Codeはfelix.kaiserによって開発されたChromeの拡張機能で、その主な機能は「Show a QR-Code for the current URL (without relying on some third-party API).」です。
拡張機能のスクリーンショット
QR-Code拡張機能のCRXファイルをダウンロード
QR-Code拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Shows a QR-Code for the current URL, or any other text. It uses Kazuhiko Arases JavaScript library (http://www.d-project.com/) to draw the QR codes instead of relying on some third-party web API (like all of the other extensions I looked at.). It's free and open source: https://github.com/fxkr/chrome-qrcode-extension
拡張機能の基本情報
名前 | QR-Code |
ID | leicjbimaiecjfljbeikdailcmaadlml |
公式URL | https://chromewebstore.google.com/detail/qr-code/leicjbimaiecjfljbeikdailcmaadlml |
説明 | Show a QR-Code for the current URL (without relying on some third-party API). |
ファイルサイズ | 13.5 KB |
インストール数 | 799 |
現在のバージョン | 1.0.0 |
最終更新日 | 2017-11-21 |
公開日 | 2017-11-21 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | felix.kaiser |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/fxkr/chrome-qrcode-extension |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR-Code", "description": "Show a QR-Code for the current URL (without relying on some third-party API).", "version": "1.0.0", "homepage_url": "https:\/\/github.com\/fxkr\/chrome-qrcode-extension", "icons": { "16": "icon-16x16.png", "48": "icon-48x48.png", "128": "icon-128x128.png" }, "permissions": [ "tabs" ], "offline_enabled": true, "browser_action": { "default_icon": "icon-16x16.png", "default_popup": "popup.html" } } |