Free QR Code Generator
Fast and simple QR Code Generator
Free QR Code Generatorとは何ですか?
Free QR Code Generatorはhttps://qr.vp43.ruによって開発されたChromeの拡張機能で、その主な機能は「Fast and simple QR Code Generator」です。
拡張機能のスクリーンショット
Free QR Code Generator拡張機能のCRXファイルをダウンロード
Free QR Code Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Text link, phone numbers, now all you can encode with this extension! In a matter of seconds you can download, share with a friend qr code, take from your device and read the text from it. Official page http://qr.vp43.ru/ 0.5.0 version New design! With Twitter Bootstrap!
拡張機能の基本情報
名前 | Free QR Code Generator |
ID | ocnmfcnkkcpojobfhhpokjccbjbbmplb |
公式URL | https://chromewebstore.google.com/detail/free-qr-code-generator/ocnmfcnkkcpojobfhhpokjccbjbbmplb |
説明 | Fast and simple QR Code Generator |
ファイルサイズ | 149 KB |
インストール数 | 943 |
現在のバージョン | 0.5.2 |
最終更新日 | 2014-03-16 |
公開日 | 2014-03-16 |
評価 | 3.56/5 合計 9 レビュー |
開発者 | https://qr.vp43.ru |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://qr.vp43.ru/ |
対応言語 | en,ru |
manifest.json | |
{ "browser_action": { "default_title": "QR Generator", "default_icon": "icon_19.png", "default_popup": "index.html" }, "icons": { "19": "icon_128.png", "39": "icon_128.png", "48": "icon_128.png", "128": "icon_128.png" }, "manifest_version": 2, "minimum_chrome_version": "17", "name": "Free QR Code Generator", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "__MSG_ext_description__", "default_locale": "en", "version": "0.5.2", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx" } |