扫我吧

最给力的二维码平台提供的最方便的二维码插件

What is 扫我吧?

扫我吧 is a Chrome extension developed by ShenHualin, and its main feature is "最给力的二维码平台提供的最方便的二维码插件".

Extension Screenshots

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.选择任意文字,右键一下即可生成二维码,网页上的手机号码、E-mail甚至收货地址轻松存入手机。
3.关键词(手机号码、E-mail)高亮显示,在超长的网页上找一个联系方式不再是难事。
4.点击登录账号,数据轻松上云。                    

Extension Basic Information

Name 扫我吧 扫我吧
ID eljcnfjgcpndjmcpgaldoipdgpefeeeg
Official URL https://chromewebstore.google.com/detail/%E6%89%AB%E6%88%91%E5%90%A7/eljcnfjgcpndjmcpgaldoipdgpefeeeg
Description 最给力的二维码平台提供的最方便的二维码插件
File Size 163 KB
Installation Count 24
Current Version 1.0.3
Last Updated 2014-12-01
Publish Date 2014-12-01
Rating 5.00/5 Total 8 Ratings
Developer ShenHualin
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u626b\u6211\u5427",
    "description": "\u6700\u7ed9\u529b\u7684\u4e8c\u7ef4\u7801\u5e73\u53f0\u63d0\u4f9b\u7684\u6700\u65b9\u4fbf\u7684\u4e8c\u7ef4\u7801\u63d2\u4ef6",
    "version": "1.0.3",
    "options_page": "page\/options.htm",
    "browser_action": {
        "default_title": "\u626b\u6211\u5427",
        "default_icon": "app_icon_64.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "64": "app_icon_64.png",
        "128": "app_icon_128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery.min.js",
                "lib\/jquery.simplemodal.js",
                "constants.js",
                "highlight.js",
                "content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "constants.js",
            "lib\/jquery.min.js",
            "lib\/cryptojs-sha256.js",
            "js\/common.js",
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/lg.saowoba.net\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/s.tbcdn.cn; object-src 'self'",
    "web_accessible_resources": [
        "page\/contentshow.htm",
        "page\/options.htm",
        "page\/login_success.htm",
        "js\/*",
        "lib\/*",
        "css\/*"
    ]
}