QR Code Generator
Generates QR Code of the open tab
QR Code Generatorとは何ですか?
QR Code Generatorはhttps://www.tebaide.itによって開発されたChromeの拡張機能で、その主な機能は「Generates QR Code of the open tab」です。
拡張機能のスクリーンショット
QR Code Generator拡張機能のCRXファイルをダウンロード
QR Code Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Generates QR Code of the open tab and allows you to take the URL easily. QR Code is compatible with all barcode reader for Android and iPhone
拡張機能の基本情報
名前 | QR Code Generator |
ID | afcbogfpjabfpakdggggehomjlkofofc |
公式URL | https://chromewebstore.google.com/detail/qr-code-generator/afcbogfpjabfpakdggggehomjlkofofc |
説明 | Generates QR Code of the open tab |
ファイルサイズ | 84.83 KB |
インストール数 | 661 |
現在のバージョン | 1.0.4 |
最終更新日 | 2013-06-25 |
公開日 | 2013-06-25 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://www.tebaide.it |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "description": "Generates QR Code of the open tab", "browser_action": { "default_title": "QR Code Generator", "default_icon": "images\/icon_128.png", "default_popup": "index.html" }, "icons": { "128": "images\/icon_128.png", "24": "images\/icon_24.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png" }, "manifest_version": 2, "name": "QR Code Generator", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "clipboardWrite" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.4" } |