知乎小助手

知乎小助手,双击答案进入阅读模式、显示被知乎转换过的二维码链接为二维码图片。

What is 知乎小助手?

知乎小助手 is a Chrome extension developed by unclehking, and its main feature is "知乎小助手,双击答案进入阅读模式、显示被知乎转换过的二维码链接为二维码图片。".

Extension Screenshots

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、点击半透明遮罩层或者按“Esc”键退出阅读模式;
3、按键盘“←”键阅读上一条,“→”键阅读下一条;
4、转换被知乎“二维码自动识别”的链接为二维码图片,方便扫描使用。
5、还可以打赏开发者 ( :                    

Extension Basic Information

Name 知乎小助手 知乎小助手
ID kcpddbpgppeinhdnbbbhedpbhcpgkegb
Official URL https://chromewebstore.google.com/detail/%E7%9F%A5%E4%B9%8E%E5%B0%8F%E5%8A%A9%E6%89%8B/kcpddbpgppeinhdnbbbhedpbhcpgkegb
Description 知乎小助手,双击答案进入阅读模式、显示被知乎转换过的二维码链接为二维码图片。
File Size 110 KB
Installation Count 205
Current Version 2.0
Last Updated 2018-09-05
Publish Date 2018-09-04
Rating 4.80/5 Total 5 Ratings
Developer unclehking
Email [email protected]
Payment Type free
Extension Website https://github.com/unclehking/zhihu-helper
Help Page URL https://github.com/unclehking/zhihu-helper/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u77e5\u4e4e\u5c0f\u52a9\u624b",
    "short_name": "\u77e5\u4e4e\u5c0f\u52a9\u624b",
    "version": "2.0",
    "description": "\u77e5\u4e4e\u5c0f\u52a9\u624b,\u53cc\u51fb\u7b54\u6848\u8fdb\u5165\u9605\u8bfb\u6a21\u5f0f\u3001\u663e\u793a\u88ab\u77e5\u4e4e\u8f6c\u6362\u8fc7\u7684\u4e8c\u7ef4\u7801\u94fe\u63a5\u4e3a\u4e8c\u7ef4\u7801\u56fe\u7247\u3002",
    "background": {
        "scripts": [
            "res\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.zhihu.com\/*"
            ],
            "css": [
                "res\/css\/style.css"
            ],
            "js": [
                "res\/js\/jquery.min.js",
                "res\/js\/main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "https:\/\/*.zhihu.com\/*",
        "tabs"
    ],
    "icons": {
        "16": "res\/pic\/icon_16.png",
        "48": "res\/pic\/icon_48.png",
        "128": "res\/pic\/icon_128.png"
    },
    "browser_action": {
        "name": "\u77e5\u4e4e\u5c0f\u52a9\u624b",
        "default_icon": "res\/pic\/icon_128.png",
        "default_popup": "res\/popup.html"
    },
    "web_accessible_resources": [
        "res\/pic\/up.svg",
        "res\/pic\/loading.gif"
    ],
    "manifest_version": 2
}