QR Code Maker
This Extension allow the user to quickly create QR Codes with the current url
O que é QR Code Maker?
QR Code Maker é uma extensão do Chrome desenvolvida por Nick Remijn, e sua principal característica é "This Extension allow the user to quickly create QR Codes with the current url".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão QR Code Maker
Baixe arquivos de extensão QR Code Maker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This Extension makes it easier to share links between devices by making a QR Code out of them. Features: - Quickly create a QR Code out of the current page URL - Right click a link to display it as a QR Code Changelog: - 1.0.0 - initial Version
Informações Básicas da Extensão
Nome | QR Code Maker |
ID | oihjnlgmlpagpafdmegndjahnbkhcfge |
URL Oficial | https://chromewebstore.google.com/detail/qr-code-maker/oihjnlgmlpagpafdmegndjahnbkhcfge |
Descrição | This Extension allow the user to quickly create QR Codes with the current url |
Tamanho do Arquivo | 7.57 KB |
Contagem de Instalações | 629 |
Versão Atual | 1.0.0 |
Última Atualização | 2014-02-16 |
Data de Publicação | 2014-02-16 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Nick Remijn |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code Maker", "description": "This Extension allow the user to quickly create QR Codes with the current url", "version": "1.0.0", "icons": { "16": "icon16.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Create QR Code", "default_popup": "popup.html" }, "permissions": [ "tabs", "contextMenus" ], "background": { "scripts": [ "background.js" ] } } |