QR Code Generator for Google Chrome™
Generate your personal QR Code in few clicks! Quick and Simple QR Code Creator/Reader
QR Code Generator for Google Chrome™とは何ですか?
QR Code Generator for Google Chrome™はhttps://1bestlinks.netによって開発されたChromeの拡張機能で、その主な機能は「Generate your personal QR Code in few clicks! Quick and Simple QR Code Creator/Reader」です。
拡張機能のスクリーンショット
QR Code Generator for Google Chrome™拡張機能のCRXファイルをダウンロード
QR Code Generator for Google Chrome™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Upload your logo, select custom colors, select a pattern and download the final QRcode. Available formats: .png, .svg, pdf, print Converts your current page into a QR Code with one quick click. Generates QR Codes from free text, URLs on the fly. ================================================================ ★ Advanced features available on website : ✔ Color picker ✔ Custom Background and Foreground color ✔ Transparent background ✔ Gradient foreground ✔ Advanced QR Code patterns ✔ Custom QR Code Markers border and center ✔ Custom Frames ✔ Custom label ✔ Image uploader ✔ Custom watermarks ✔ Location search ✔ OpenMaps or GoogleMaps ✔ Save QRcodes in .png and .svg format ✔ Custom theme color ✔ Custom layouts ✔ Live preview ✔ Link ✔ Text ✔ E-mail ✔ Location (with GoogleMaps) ✔ Telephone ✔ SMS ✔ WhatsApp ✔ Skype ✔ Zoom ✔ WI-Fi access ✔ V-Card ✔ Events ✔ PayPal checkout ✔ BitCoin transaction
拡張機能の基本情報
名前 | |
ID | pfofphfaneihhojbfggedcopangiacjk |
公式URL | https://chrome.google.com/webstore/detail/qr-code-generator-for-goo/pfofphfaneihhojbfggedcopangiacjk |
説明 | Generate your personal QR Code in few clicks! Quick and Simple QR Code Creator/Reader |
ファイルサイズ | 461 KB |
インストール数 | 937 |
現在のバージョン | 1.0.0 |
最終更新日 | 2022-04-02 |
公開日 | 2021-02-21 |
評価 | 3.00/5 合計 1 レビュー |
開発者 | https://1bestlinks.net |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://qr-code-generator.1bestlinks.net/ |
対応言語 | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_AppName__", "description": "__MSG_AppDescription__", "version": "1.0.0", "homepage_url": "https:\/\/qr-code-generator.1bestlinks.net\/", "offline_enabled": true, "container": [ "GOOGLE_DRIVE" ], "default_locale": "en", "icons": { "512": "icons\/icon-512.png", "256": "icons\/icon-256.png", "128": "icons\/icon-128.png", "64": "icons\/icon-64.png", "48": "icons\/icon-48.png", "32": "icons\/icon-32.png", "16": "icons\/icon-16.png" }, "background": { "scripts": [ "src\/install.js" ] }, "browser_action": { "default_icon": { "512": "icons\/icon-512.png", "256": "icons\/icon-256.png", "128": "icons\/icon-128.png", "64": "icons\/icon-64.png", "48": "icons\/icon-48.png", "32": "icons\/icon-32.png", "16": "icons\/icon-16.png" }, "default_popup": "src\/popup.html" } } |