全能二维码

文字、网址、图片……你能想得到的,扫一下,统统进手机。

What is 全能二维码?

全能二维码 is a Chrome extension developed by zhukaipanda, and its main feature is "文字、网址、图片……你能想得到的,扫一下,统统进手机。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
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

                        全新版本,全能二维码支持自动识别网页上的二维码,全前端实现,识别速度更快!

全能二维码特色:
1.功能简单实用,支持转换网址、文字、图片、链接为二维码;
2.自动对较长地址进行短网址转换(百度/谷歌接口可选),减少二维码复杂度;
3.二维码转换三种接口(联图/快拍/谷歌)可选;
4.后台可根据需求自定义是否开启短网址转换及转换不同接口。                    

Extension Basic Information

Name 全能二维码 全能二维码
ID ejadepcppnegmgmndhbhpaicoffamngd
Official URL https://chromewebstore.google.com/detail/%E5%85%A8%E8%83%BD%E4%BA%8C%E7%BB%B4%E7%A0%81/ejadepcppnegmgmndhbhpaicoffamngd
Description 文字、网址、图片……你能想得到的,扫一下,统统进手机。
File Size 132 KB
Installation Count 3,000
Current Version 2.2.1
Last Updated 2014-12-05
Publish Date 2014-12-05
Rating 4.41/5 Total 39 Ratings
Developer zhukaipanda
Payment Type free
Extension Website http://www.creatshare.com/
Help Page URL http://www.creatshare.com/qrcode.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5168\u80fd\u4e8c\u7ef4\u7801",
    "version": "2.2.1",
    "manifest_version": 2,
    "background": {
        "page": "main.html",
        "script": [
            "libs\/jquery-2.0.0.min.js",
            "main.js"
        ]
    },
    "description": "\u6587\u5b57\u3001\u7f51\u5740\u3001\u56fe\u7247\u2026\u2026\u4f60\u80fd\u60f3\u5f97\u5230\u7684\uff0c\u626b\u4e00\u4e0b\uff0c\u7edf\u7edf\u8fdb\u624b\u673a\u3002",
    "permissions": [
        "contextMenus",
        "*:\/\/*\/*",
        "tabs"
    ],
    "icons": {
        "16": "icon-16.png",
        "32": "[email protected]",
        "48": "icon-48.png",
        "96": "[email protected]",
        "128": "icon-128.png",
        "256": "[email protected]"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon.png",
            "38": "[email protected]"
        },
        "default_title": "\u5168\u80fd\u4e8c\u7ef4\u7801 - By: CreatShare"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "libs\/jquery-2.0.0.min.js",
                "content.js"
            ]
        }
    ],
    "options_page": "options\/index.html"
}