Url2QRcode

Convert the URL to QRcode.

Apa itu Url2QRcode?

Url2QRcode adalah ekstensi Chrome yang dikembangkan oleh https://getcrx.cn, dan fitur utamanya adalah "Convert the URL to QRcode.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Url2QRcode

Unduh file ekstensi Url2QRcode dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Just help you Convert the URL to QRcode.
Just Do It!

- one key to convert the URL of current TAB
- convert any text in the option page(right click the extension icon, and select `option`)
- offline convert supported
- v2.2.0: customize qrcode image size( range from 10px to 570px)
- v2.3.0: add `QRcode to URL scaner` context menu(should enable `chrome://flags/#enable-experimental-web-platform-features` manualy)
- v2.4.0 add history record
- v2.5.0 support QRcode detect in contextmenu on Windows                    

Informasi Dasar Ekstensi

Nama Url2QRcode Url2QRcode
ID acedjabgpolnckckknijpejicghpfbnj
URL Resmi https://chromewebstore.google.com/detail/url2qrcode/acedjabgpolnckckknijpejicghpfbnj
Deskripsi Convert the URL to QRcode.
Ukuran File 369 KB
Jumlah Instalasi 2,000
Versi Saat Ini 2.5.1
Terakhir Diperbarui 2023-02-18
Tanggal Publikasi 2019-03-28
Penilaian 4.50/5 Total 6 Penilaian
Pengembang https://getcrx.cn
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://github.com/g8up/youDaoDict/wiki/privacy
Bahasa yang Didukung en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.5.1",
    "background": {
        "scripts": [
            "barcode-detector.umd.js",
            ".\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                ".\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "assets\/g8up.cn.png",
        "default_popup": "assets\/popup.html"
    },
    "options_page": "assets\/option.html",
    "icons": {
        "128": "assets\/g8up-cn.png"
    },
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "offline_enabled": true,
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ]
}