URL to Barcode

Website URL to Barcode & Shorten URL

Cos'è URL to Barcode?

URL to Barcode è un'estensione di Chrome sviluppata da Revathi, e la sua funzione principale è "Website URL to Barcode & Shorten URL".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione URL to Barcode

Scarica i file di estensione URL to Barcode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This is very useful and time saving add-on. You can simply click on the add-on icon to generate the barcode. Then use any barcode scanner device to scan and the website URL will be opened.                    

Informazioni di Base sull'Estensione

Nome URL to Barcode URL to Barcode
ID clobkklbbnhnfjkeddmhmigmabpgacdo
URL Ufficiale https://chromewebstore.google.com/detail/url-to-barcode/clobkklbbnhnfjkeddmhmigmabpgacdo
Descrizione Website URL to Barcode & Shorten URL
Dimensione del File 51.39 KB
Conteggio Installazioni 23
Versione Corrente 0.3
Ultimo Aggiornamento 2019-07-21
Data di Pubblicazione 2019-07-15
Sviluppatore Revathi
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL to Barcode",
    "description": "Website URL to Barcode & Shorten URL",
    "author": "Revathi Ganesh",
    "version": "0.3",
    "icons": {
        "32": "data\/icon.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": "data\/icon.png",
        "default_title": "Website URL to Barcode  & Shorten URL",
        "default_popup": "data\/index.html"
    },
    "permissions": [
        "activeTab",
        "webRequest",
        ""
    ],
    "background": {
        "scripts": [
            "data\/barcode.js",
            "data\/jquery.min.js"
        ]
    }
}