Simple URL QrCode

Simple URL QrCode, scan to view on your phone.

What is Simple URL QrCode?

Simple URL QrCode is a Chrome extension developed by yxf4559, and its main feature is "Simple URL QrCode, scan to view on your phone.".

Download Simple URL QrCode Extension CRX File

Download Simple URL QrCode 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

                        This extension can easy and fast make your url  in browser address bar to QR code. Scanning it on your phone to view.                    

Extension Basic Information

Name Simple URL QrCode Simple URL QrCode
ID cbnnfjkfldcaaibffbjkeoeiineekdko
Official URL https://chromewebstore.google.com/detail/simple-url-qrcode/cbnnfjkfldcaaibffbjkeoeiineekdko
Description Simple URL QrCode, scan to view on your phone.
File Size 14.88 KB
Installation Count 18
Current Version 1.1
Last Updated 2014-11-24
Publish Date 2014-11-23
Rating 4.00/5 Total 2 Ratings
Developer yxf4559
Payment Type free
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_chrome_extension_name__",
    "description": "__MSG_chrome_extension_description__",
    "version": "1.1",
    "default_locale": "zh_CN",
    "icons": {
        "16": "icon_128x128.png",
        "48": "icon_48x48.png",
        "128": "icon_128x128.png"
    },
    "page_action": {
        "default_icon": "icon_24x24.png",
        "default_title": "__MSG_page_action_title__",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}