Short URL and QR code generator

Generate short URL of the current page and get its QR code in just one click.

Apa itu Short URL and QR code generator?

Short URL and QR code generator adalah ekstensi Chrome yang dikembangkan oleh Artyom "Sleepwalker" Fedosov, dan fitur utamanya adalah "Generate short URL of the current page and get its QR code in just one click.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Short URL and QR code generator

Unduh file ekstensi Short URL and QR code generator 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

                        Generate short URL of the current page and get its QR code in just one click.                    

Informasi Dasar Ekstensi

Nama Short URL and QR code generator Short URL and QR code generator
ID ikihojdapjkjkglimjpnoenohodhacbk
URL Resmi https://chromewebstore.google.com/detail/short-url-and-qr-code-gen/ikihojdapjkjkglimjpnoenohodhacbk
Deskripsi Generate short URL of the current page and get its QR code in just one click.
Ukuran File 42.17 KB
Jumlah Instalasi 5,034
Versi Saat Ini 1.4
Terakhir Diperbarui 2019-10-05
Tanggal Publikasi 2019-10-03
Penilaian 4.92/5 Total 25 Penilaian
Pengembang Artyom "Sleepwalker" Fedosov
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Short URL and QR code generator",
    "version": "1.4",
    "icons": {
        "16": "i\/16x16.png",
        "32": "i\/32x32.png",
        "48": "i\/48x48.png",
        "128": "i\/128x128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/tinyurl.com\/"
    ],
    "browser_action": {
        "default_title": "Generate short URL",
        "default_icon": "i\/button.png",
        "default_popup": "popup.html"
    }
}