QR二维码生成

生成当前网页URL的二维码,自动将本地(localhost/127.0.0.1)域名替换为对外的IP,也能生成指定URL/文件内容。

Wat is QR二维码生成?

QR二维码生成 is een Chrome-extensie ontwikkeld door asins, en de belangrijkste functie is "生成当前网页URL的二维码,自动将本地(localhost/127.0.0.1)域名替换为对外的IP,也能生成指定URL/文件内容。".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie QR二维码生成

Download QR二维码生成-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        生成当前网页URL的二维码。

特点:

1. 默认生成当前网页URL的二维码
2. 自动将本地(localhost/127.0.0.1)域名替换为对外的IP
3. 能生成任何文本内容为二维码
4. 能将二维码下载到本地
5. 具有URL历史记录功能
6. 可设置二维码中心logo图及其大小
7. 可改变二维码前/背景颜色
8. 可改变生成的二维码尺寸                    

Basisinformatie over de Extensie

Naam QR二维码生成 QR二维码生成
ID iclhjaaephnhnkjgkkioolmhibiflnle
Officiële URL https://chromewebstore.google.com/detail/qr%E4%BA%8C%E7%BB%B4%E7%A0%81%E7%94%9F%E6%88%90/iclhjaaephnhnkjgkkioolmhibiflnle
Beschrijving 生成当前网页URL的二维码,自动将本地(localhost/127.0.0.1)域名替换为对外的IP,也能生成指定URL/文件内容。
Bestandsgrootte 34.4 KB
Aantal Installaties 333
Huidige Versie 1.2.8
Laatst Bijgewerkt 2018-06-13
Publicatiedatum 2018-06-13
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar asins
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.nootn.com
Help Pagina-URL https://github.com/asins/qrcode
Ondersteunde Talen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR\u4e8c\u7ef4\u7801\u751f\u6210",
    "description": "\u751f\u6210\u5f53\u524d\u7f51\u9875URL\u7684\u4e8c\u7ef4\u7801\uff0c\u81ea\u52a8\u5c06\u672c\u5730(localhost\/127.0.0.1)\u57df\u540d\u66ff\u6362\u4e3a\u5bf9\u5916\u7684IP\uff0c\u4e5f\u80fd\u751f\u6210\u6307\u5b9aURL\/\u6587\u4ef6\u5185\u5bb9\u3002",
    "version": "1.2.8",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon\/128.png",
        "16": "icon\/16.png",
        "48": "icon\/48.png"
    },
    "page_action": {
        "default_icon": {
            "19": "icon\/19.png",
            "38": "icon\/38.png"
        },
        "default_popup": "popup.html"
    }
}