url2QR
generate QR Code from url in order to scan it with your phone.
url2QRとは何ですか?
url2QRはIlyas Bakouchによって開発されたChromeの拡張機能で、その主な機能は「generate QR Code from url in order to scan it with your phone.」です。
拡張機能のスクリーンショット
url2QR拡張機能のCRXファイルをダウンロード
url2QR拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A clean light-weight extension to generate a QR code from current URL so you can access it directly from your phone by scanning it.
拡張機能の基本情報
名前 | url2QR |
ID | lgmenkmlmidgacngldgfbgicgindjamp |
公式URL | https://chromewebstore.google.com/detail/url2qr/lgmenkmlmidgacngldgfbgicgindjamp |
説明 | generate QR Code from url in order to scan it with your phone. |
ファイルサイズ | 4.32 KB |
インストール数 | 30 |
現在のバージョン | 1.0 |
最終更新日 | 2013-04-05 |
公開日 | 2013-04-05 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | Ilyas Bakouch |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "url2QR", "description": "generate QR Code from url in order to scan it with your phone.", "version": "1.0", "permissions": [ "tabs" ], "homepage_url": "http:\/\/isbkch.net\/", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Generate QR Code from current URL" } } |