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
Eメール [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"
        ]
    }
}