QR Code (Generator and Reader)
Generate QR code from the url of current page, link, music, video, news notes, image or text. And it decodes the QR code of an…
QR Code (Generator and Reader)とは何ですか?
QR Code (Generator and Reader)はhttps://qrlive.netによって開発されたChromeの拡張機能で、その主な機能は「Generate QR code from the url of current page, link, music, video, news notes, image or text. And it decodes the QR code of an…」です。
拡張機能のスクリーンショット
QR Code (Generator and Reader)拡張機能のCRXファイルをダウンロード
QR Code (Generator and Reader)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Generar código QR desde la url que estés visitando, de enlaces, imágenes, textos seleccionados. Y decodificar una imagen de código qr.
拡張機能の基本情報
名前 | QR Code (Generator and Reader) |
ID | cpkojheloojklhggeambepedgooiihlc |
公式URL | https://chromewebstore.google.com/detail/qr-code-generator-and-rea/cpkojheloojklhggeambepedgooiihlc |
説明 | Generate QR code from the url of current page, link, music, video, news notes, image or text. And it decodes the QR code of an… |
ファイルサイズ | 101 KB |
インストール数 | 11,099 |
現在のバージョン | 1.4.1.9 |
最終更新日 | 2018-05-31 |
公開日 | 2018-05-31 |
評価 | 4.17/5 合計 6 レビュー |
開発者 | https://qrlive.net |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://qrlive.net |
ヘルプページのURL | http://qrlive.net |
対応言語 | en,es,pt-BR |
manifest.json | |
{ "author": "qrlive,net", "background": { "scripts": [ "js\/soft\/qrcode.js", "js\/soft\/qrcode_UTF8.js", "js\/noconflict.js", "js\/soft\/jsqrcode.min.js", "js\/api.js" ] }, "commands": { "_execute_page_action": { "suggested_key": { "default": "Alt+Shift+Q" } } }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "es", "description": "__MSG_description__", "icons": { "128": "128.png" }, "manifest_version": 2, "minimum_chrome_version": "35", "name": "__MSG_name__", "offline_enabled": true, "options_page": "opcion.html", "options_ui": { "chrome_style": true, "page": "opcion.html" }, "page_action": { "default_icon": { "32": "icon\/32.png", "38": "icon\/38.png", "48": "icon\/48.png", "96": "icon\/96.png" }, "default_popup": "popup.html", "default_title": "__MSG_generate__" }, "permissions": [ "contextMenus", "tabs", " |