URL to Barcode

Website URL to Barcode & Shorten URL

URL to Barcode là gì?

URL to Barcode là một tiện ích mở rộng Chrome được phát triển bởi Revathi, và tính năng chính của nó là "Website URL to Barcode & Shorten URL".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng URL to Barcode

Tải xuống các tệp mở rộng URL to Barcode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên URL to Barcode URL to Barcode
ID clobkklbbnhnfjkeddmhmigmabpgacdo
URL Chính Thức https://chromewebstore.google.com/detail/url-to-barcode/clobkklbbnhnfjkeddmhmigmabpgacdo
Mô tả Website URL to Barcode & Shorten URL
Kích Thước Tệp 51.39 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2019-07-21
Ngày Phát Hành 2019-07-15
Nhà Phát Triển Revathi
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}