五彩网址二维码

五彩网址二维码可以方便将网页转换为二维码,直接用手机扫描,可以在手机上浏览和分享,也可以简单识别网页中的二维码图片。

What is 五彩网址二维码?

五彩网址二维码 is a Chrome extension developed by sundanqc, and its main feature is "五彩网址二维码可以方便将网页转换为二维码,直接用手机扫描,可以在手机上浏览和分享,也可以简单识别网页中的二维码图片。".

Extension Screenshots

screenshot

Download 五彩网址二维码 Extension CRX File

Download 五彩网址二维码 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

                        五彩网址二维码可以方便将网页转换为二维码,直接用手机扫描,可以在手机上浏览和分享,也可以简单识别网页中的二维码图片。也可使展示用户电脑的当前IP和地理位置,和用户访问的页面IP和地理位置。                    

Extension Basic Information

Name 五彩网址二维码 五彩网址二维码
ID kojjendakpnlcgepocgjlmihheljihaj
Official URL https://chromewebstore.google.com/detail/%E4%BA%94%E5%BD%A9%E7%BD%91%E5%9D%80%E4%BA%8C%E7%BB%B4%E7%A0%81/kojjendakpnlcgepocgjlmihheljihaj
Description 五彩网址二维码可以方便将网页转换为二维码,直接用手机扫描,可以在手机上浏览和分享,也可以简单识别网页中的二维码图片。
File Size 86.48 KB
Installation Count 315,159
Current Version 8.3.42
Last Updated 2023-11-02
Publish Date 2020-03-24
Developer sundanqc
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.ocanou.com/home/info/privacy_wcai_qrcode.html
Supported Languages zh-CN
manifest.json
{
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "res\/16x16px.png",
            "48": "res\/48x48px.png",
            "64": "res\/64x64px.png",
            "128": "res\/128x128px.png"
        },
        "default_popup": "popup.html",
        "default_title": "\u4e94\u5f69\u7f51\u5740\u4e8c\u7ef4\u7801"
    },
    "content_scripts": [
        {
            "css": [
                "css\/app.css"
            ],
            "js": [
                "js\/lib\/jquery.js",
                "js\/lib\/lib.js",
                "js\/lib\/jquery.qrcode.js",
                "js\/qr\/com\/qrcalculib.js",
                "js\/lib\/qrcode.js",
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "\u4e94\u5f69\u7f51\u5740\u4e8c\u7ef4\u7801\u53ef\u4ee5\u65b9\u4fbf\u5c06\u7f51\u9875\u8f6c\u6362\u4e3a\u4e8c\u7ef4\u7801\uff0c\u76f4\u63a5\u7528\u624b\u673a\u626b\u63cf\uff0c\u53ef\u4ee5\u5728\u624b\u673a\u4e0a\u6d4f\u89c8\u548c\u5206\u4eab\uff0c\u4e5f\u53ef\u4ee5\u7b80\u5355\u8bc6\u522b\u7f51\u9875\u4e2d\u7684\u4e8c\u7ef4\u7801\u56fe\u7247\u3002",
    "icons": {
        "16": "res\/16x16px.png",
        "48": "res\/48x48px.png",
        "64": "res\/64x64px.png",
        "128": "res\/128x128px.png"
    },
    "manifest_version": 3,
    "name": "\u4e94\u5f69\u7f51\u5740\u4e8c\u7ef4\u7801",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "version": "8.3.42",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/lib\/jquery.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}