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…
Vad är QR Code (Generator and Reader)?
QR Code (Generator and Reader) är en Chrome-tillägg utvecklad av https://qrlive.net, och dess huvudfunktion är "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…".
Tilläggsskärmbilder
Ladda ner QR Code (Generator and Reader)-förlängningens CRX-fil
Ladda ner QR Code (Generator and Reader)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | QR Code (Generator and Reader) |
ID | cpkojheloojklhggeambepedgooiihlc |
Officiell webbadress | https://chromewebstore.google.com/detail/qr-code-generator-and-rea/cpkojheloojklhggeambepedgooiihlc |
Beskrivning | 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… |
Filstorlek | 101 KB |
Antal Installationer | 11,099 |
Aktuell Version | 1.4.1.9 |
Senast Uppdaterad | 2018-05-31 |
Publiceringsdatum | 2018-05-31 |
Betyg | 4.17/5 Totalt 6 Betyg |
Utvecklare | https://qrlive.net |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://qrlive.net |
Hjälpsida URL | http://qrlive.net |
Stödda Språk | 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", " |