QR Code Generator
Create QR Code quickly
QR Code Generatorとは何ですか?
QR Code Generatorはhttps://devehab.comによって開発されたChromeの拡張機能で、その主な機能は「Create QR Code quickly」です。
拡張機能のスクリーンショット
QR Code Generator拡張機能のCRXファイルをダウンロード
QR Code Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Create your own QR Codes! This App generates QR Codes from free text. Features: - Generating QR code quickly. - Material design user interface. - Generate QR code from text messages, phone numbers ,links. - Change the size QR code. - Save QR code on your device. - This app can be used even when there is no connection to the Internet. - Speed in the performance.
拡張機能の基本情報
名前 | QR Code Generator |
ID | eiopkgeeaokbolhdhfebipcneblkelcm |
公式URL | https://chromewebstore.google.com/detail/qr-code-generator/eiopkgeeaokbolhdhfebipcneblkelcm |
説明 | Create QR Code quickly |
ファイルサイズ | 694 KB |
インストール数 | 1,679 |
現在のバージョン | 1.0.4 |
最終更新日 | 2016-05-04 |
公開日 | 2016-05-04 |
評価 | 4.63/5 合計 8 レビュー |
開発者 | https://devehab.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QR Code Generator", "version": "1.0.4", "manifest_version": 2, "description": "Create QR Code quickly", "short_name": "Create QR Code", "offline_enabled": true, "default_locale": "en", "icons": { "16": "icon\/icon.png", "48": "icon\/icon.png", "128": "icon\/icon.png" }, "background": { "persistent": false, "scripts": [ "js\/event.js" ] }, "options_page": "index.html", "browser_action": { "default_title": "Quick QR Code", "default_icon": { "19": "icon\/icon.png", "38": "icon\/icon.png" } }, "permissions": [ "tabs", "contextMenus" ], "homepage_url": "http:\/\/devehab.com", "author": "Ehab Kahwati" } |