二维码小能手

二维码小能手可以方便将网页转换为二维码,是一款简单、实用、高效、便捷的二维码扫描及生成的应用。

What is 二维码小能手?

二维码小能手 is a Chrome extension developed by llrenfub, 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

                        二维码小能手是可以方便地把电脑浏览器访问的网址,生成二维码,用手机扫描后,可以在手机上方便的访问。
功能介绍:
- 当访问当前页面时,点击下插件图标,会生成二维码
- 手机扫描后可以方便访问                    

Extension Basic Information

Name 二维码小能手 二维码小能手
ID inkoacoebhbbfcidbbjognchggilmefm
Official URL https://chromewebstore.google.com/detail/%E4%BA%8C%E7%BB%B4%E7%A0%81%E5%B0%8F%E8%83%BD%E6%89%8B/inkoacoebhbbfcidbbjognchggilmefm
Description 二维码小能手可以方便将网页转换为二维码,是一款简单、实用、高效、便捷的二维码扫描及生成的应用。
File Size 98.35 KB
Installation Count 200,000
Current Version 0.0.6
Last Updated 2022-09-05
Publish Date 2021-11-17
Rating 5.00/5 Total 1 Ratings
Developer llrenfub
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u4e8c\u7ef4\u7801\u5c0f\u80fd\u624b",
    "version": "0.0.6",
    "description": "\u4e8c\u7ef4\u7801\u5c0f\u80fd\u624b\u53ef\u4ee5\u65b9\u4fbf\u5c06\u7f51\u9875\u8f6c\u6362\u4e3a\u4e8c\u7ef4\u7801\uff0c\u662f\u4e00\u6b3e\u7b80\u5355\u3001\u5b9e\u7528\u3001\u9ad8\u6548\u3001\u4fbf\u6377\u7684\u4e8c\u7ef4\u7801\u626b\u63cf\u53ca\u751f\u6210\u7684\u5e94\u7528\u3002",
    "author": "Burning",
    "manifest_version": 3,
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/extension-icon-x16.png",
            "32": "icons\/extension-icon-x32.png",
            "48": "icons\/extension-icon-x48.png",
            "128": "icons\/extension-icon-x128.png"
        },
        "default_title": "\u751f\u6210\u4e8c\u7ef4\u7801",
        "default_popup": "popup.html"
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "icons": {
        "16": "icons\/extension-icon-x16.png",
        "32": "icons\/extension-icon-x32.png",
        "48": "icons\/extension-icon-x48.png",
        "128": "icons\/extension-icon-x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ]
        }
    ]
}