URL to Barcode

Website URL to Barcode & Shorten URL

什么是URL to Barcode?

URL to Barcode是由Revathi开发的Chrome扩展程序,该扩展的主要功能是“Website URL to Barcode & Shorten URL”。

扩展截图

screenshot

下载URL to Barcode扩展crx文件

下载URL to Barcode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 URL to Barcode URL to Barcode
ID clobkklbbnhnfjkeddmhmigmabpgacdo
官方URL https://chromewebstore.google.com/detail/url-to-barcode/clobkklbbnhnfjkeddmhmigmabpgacdo
简介 Website URL to Barcode & Shorten URL
文件大小 51.39 KB
安装次数 23
当前版本 0.3
更新时间 2019-07-21
上架时间 2019-07-15
开发者 Revathi
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
        ]
    }
}