LeitorBoleto

Leitor de Código de Barras para Boletos

What is LeitorBoleto?

LeitorBoleto is a Chrome extension developed by Édipo Costa Rebouças, and its main feature is "Leitor de Código de Barras para Boletos".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download LeitorBoleto Extension CRX File

Download LeitorBoleto 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

                        Não consegue copiar o número do boleto que você recebeu por e-mail? Com essa extensão, seu browser vai conseguir ler o número diretamente do boleto, como um leitor óptico.                    

Extension Basic Information

Name LeitorBoleto LeitorBoleto
ID bpoppdbkgbgkohbkhljbpcgkmiolfohd
Official URL https://chromewebstore.google.com/detail/leitorboleto/bpoppdbkgbgkohbkhljbpcgkmiolfohd
Description Leitor de Código de Barras para Boletos
File Size 15.05 KB
Installation Count 353
Current Version 0.1.2
Last Updated 2019-02-22
Publish Date 2019-02-22
Rating 1.75/5 Total 4 Ratings
Developer Édipo Costa Rebouças
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LeitorBoleto",
    "version": "0.1.2",
    "description": "Leitor de C\u00f3digo de Barras para Boletos",
    "permissions": [
        "clipboardWrite",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "libs\/javascript-barcode-reader.min.js",
            "modules\/events.js",
            "modules\/barcode.js",
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Ler C\u00f3digo de Barras"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}