简单 QR 生成器

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

Qu'est-ce que 简单 QR 生成器 ?

简单 QR 生成器 est une extension Chrome développée par https://www.gracecode.com, et sa fonction principale est "根据当前页面的 URL 生成 QR 码".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 简单 QR 生成器

Téléchargez les fichiers d'extension 简单 QR 生成器 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        根据当前 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                    

Informations de Base sur l'Extension

Nom 简单 QR 生成器 简单 QR 生成器
ID ajaomcmkalmeeahjfdklkcjbljhbokjl
URL Officiel https://chromewebstore.google.com/detail/%E7%AE%80%E5%8D%95-qr-%E7%94%9F%E6%88%90%E5%99%A8/ajaomcmkalmeeahjfdklkcjbljhbokjl
Description 根据当前页面的 URL 生成 QR 码
Taille du Fichier 41.07 KB
Nombre d'Installations 2,247
Version Actuelle 1.1.0
Dernière Mise à Jour 2017-01-01
Date de Publication 2016-12-31
Évaluation 4.54/5 Total 24 Évaluations
Développeur https://www.gracecode.com
Type de Paiement free
Site Web de l'Extension https://github.com/feelinglucky/chrome-plugin-simple-qr-generator
Langues Prises en Charge 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'"
}