URL to Barcode

Website URL to Barcode & Shorten URL

Co to jest URL to Barcode?

URL to Barcode to rozszerzenie Chrome opracowane przez Revathi, a jego główną funkcją jest „Website URL to Barcode & Shorten URL”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia URL to Barcode

Pobierz pliki rozszerzeń URL to Barcode w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa URL to Barcode URL to Barcode
ID clobkklbbnhnfjkeddmhmigmabpgacdo
Oficjalny URL https://chromewebstore.google.com/detail/url-to-barcode/clobkklbbnhnfjkeddmhmigmabpgacdo
Opis Website URL to Barcode & Shorten URL
Rozmiar pliku 51.39 KB
Liczba instalacji 23
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2019-07-21
Data Publikacji 2019-07-15
Deweloper Revathi
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}