简单 QR 生成器

根据当前页面的 URL 生成 QR 码

¿Qué es 简单 QR 生成器?

简单 QR 生成器 es una extensión de Chrome desarrollada por https://www.gracecode.com, y su función principal es "根据当前页面的 URL 生成 QR 码".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión 简单 QR 生成器

Descarga archivos de extensión 简单 QR 生成器 en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        根据当前 Tab 窗口 URL 生成 QR 码,支持在移动端打开、扫描分享到微信等。

* Share to WeChat: Use WeChat's Mobile client to scan two-dimensional code sharing page to the micro-channel circle of friends.
* Save QR Image: Drag the image to your desktop(or other location what you want), the image type is PNG.

This is an open source project: https://github.com/feelinglucky/chrome-plugin-simple-qr-generator                    

Información Básica de la Extensión

Nombre 简单 QR 生成器 简单 QR 生成器
ID ajaomcmkalmeeahjfdklkcjbljhbokjl
URL Oficial https://chromewebstore.google.com/detail/%E7%AE%80%E5%8D%95-qr-%E7%94%9F%E6%88%90%E5%99%A8/ajaomcmkalmeeahjfdklkcjbljhbokjl
Descripción 根据当前页面的 URL 生成 QR 码
Tamaño del Archivo 41.07 KB
Cantidad de Instalaciones 2,247
Versión Actual 1.1.0
Última Actualización 2017-01-01
Fecha de Publicación 2016-12-31
Calificación 4.54/5 Total de 24 Calificaciones
Desarrollador https://www.gracecode.com
Tipo de Pago free
Sitio Web de la Extensión https://github.com/feelinglucky/chrome-plugin-simple-qr-generator
Idiomas Soportados en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1.0",
    "default_locale": "zh_CN",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesp__",
    "icons": {
        "128": "icon_128.png",
        "32": "icon_32.png"
    },
    "browser_action": {
        "default_icon": "icon_32.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}