Short URL and QR code generator

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

What is Short URL and QR code generator?

Short URL and QR code generator is a Chrome extension developed by Artyom "Sleepwalker" Fedosov, and its main feature is "Generate short URL of the current page and get its QR code in just one click.".

Extension Screenshots

screenshot

Download Short URL and QR code generator Extension CRX File

Download Short URL and QR code generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Short URL and QR code generator Short URL and QR code generator
ID ikihojdapjkjkglimjpnoenohodhacbk
Official URL https://chromewebstore.google.com/detail/short-url-and-qr-code-gen/ikihojdapjkjkglimjpnoenohodhacbk
Description Generate short URL of the current page and get its QR code in just one click.
File Size 42.17 KB
Installation Count 5,034
Current Version 1.4
Last Updated 2019-10-05
Publish Date 2019-10-03
Rating 4.92/5 Total 25 Ratings
Developer Artyom "Sleepwalker" Fedosov
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}