Easy QR-Code Generator
Make QR Codes from the Current Tab or specified URL.
Easy QR-Code Generatorとは何ですか?
Easy QR-Code GeneratorはBenjamin Kleinによって開発されたChromeの拡張機能で、その主な機能は「Make QR Codes from the Current Tab or specified URL.」です。
Easy QR-Code Generator拡張機能のCRXファイルをダウンロード
Easy QR-Code Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easy SVG QR-Code Generator With this extension you quickly and easily create a QR code. Enter a URL or Text on your own or use the url from the current tab. Download the QR-Code directly to your file system. Save as SVG Save as PNG - No Extra Page loading. - No Ads.
拡張機能の基本情報
名前 | |
ID | fjoekbgbgapgnppnlanicmnlfpfgbelo |
公式URL | https://chrome.google.com/webstore/detail/easy-qr-code-generator/fjoekbgbgapgnppnlanicmnlfpfgbelo |
説明 | Make QR Codes from the Current Tab or specified URL. |
ファイルサイズ | 108 KB |
インストール数 | 117 |
現在のバージョン | 1.0.2 |
最終更新日 | 2014-04-28 |
公開日 | 2014-04-28 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Benjamin Klein |
支払い方法 | free |
ヘルプページのURL | http://touchdata.net |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy QR-Code Generator", "description": "Make QR Codes from the Current Tab or specified URL.", "version": "1.0.2", "browser_action": { "default_icon": "icon.png", "default_popup": "request.html" }, "icons": { "128": "icon_128.png" }, "permissions": [ "tabs", "downloads" ], "offline_enabled": false, "short_name": "QR-Code Gen" } |