URL to Barcode

Website URL to Barcode & Shorten URL

Wat is URL to Barcode?

URL to Barcode is een Chrome-extensie ontwikkeld door Revathi, en de belangrijkste functie is "Website URL to Barcode & Shorten URL".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie URL to Barcode

Download URL to Barcode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam URL to Barcode URL to Barcode
ID clobkklbbnhnfjkeddmhmigmabpgacdo
Officiële URL https://chromewebstore.google.com/detail/url-to-barcode/clobkklbbnhnfjkeddmhmigmabpgacdo
Beschrijving Website URL to Barcode & Shorten URL
Bestandsgrootte 51.39 KB
Aantal Installaties 23
Huidige Versie 0.3
Laatst Bijgewerkt 2019-07-21
Publicatiedatum 2019-07-15
Ontwikkelaar Revathi
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}