Rivoli QR-Gen
QR Code generating from tab's url or from link
What is Rivoli QR-Gen?
Rivoli QR-Gen is a Chrome extension developed by GugaBGuerra, and its main feature is "QR Code generating from tab's url or from link".
Extension Screenshots
Download Rivoli QR-Gen Extension CRX File
Download Rivoli QR-Gen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Gerador de código QR a partir da url de uma aba ou a partir de um link Versão 2.0 - Implementado histórico de códigos QR gerados
Extension Basic Information
Name | |
ID | mhidbhinknkcanbmjfbcnfcknkcbpecf |
Official URL | https://chromewebstore.google.com/detail/rivoli-qr-gen/mhidbhinknkcanbmjfbcnfcknkcbpecf |
Description | QR Code generating from tab's url or from link |
File Size | 105 KB |
Installation Count | 18 |
Current Version | 2.0 |
Last Updated | 2014-03-14 |
Publish Date | 2014-03-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | GugaBGuerra |
Payment Type | free |
Extension Website | http://www.fuipraeuropa.com.br |
Supported Languages | en,es,pt-BR,pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "QR-Gen", "description": "__MSG_appDesc__", "default_locale": "en", "version": "2.0", "icons": { "128": "icon_128.png", "64": "icon_64.png", "48": "icon_48.png", "32": "icon_32.png", "16": "icon_16.png" }, "options_page": "history.html", "permissions": [ "http:\/\/chart.apis.google.com\/*", "contextMenus", "tabs", "notifications", "storage" ], "browser_action": { "default_icon": "icon_256.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] } } |