知乎精选

知乎问答精选

What is 知乎精选?

知乎精选 is a Chrome extension developed by xspider.org, and its main feature is "知乎问答精选".

Extension Screenshots

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

                        自动获取精选过的问答                    

Extension Basic Information

Name 知乎精选 知乎精选
ID nfkdpojjamdojakhndbkjcbpcbodfjnp
Official URL https://chromewebstore.google.com/detail/%E7%9F%A5%E4%B9%8E%E7%B2%BE%E9%80%89/nfkdpojjamdojakhndbkjcbpcbodfjnp
Description 知乎问答精选
File Size 41.83 KB
Installation Count 55
Current Version 1.0
Last Updated 2017-09-08
Publish Date 2017-09-07
Rating 5.00/5 Total 1 Ratings
Developer xspider.org
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u77e5\u4e4e\u7cbe\u9009",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "17.0.0",
    "description": "\u77e5\u4e4e\u95ee\u7b54\u7cbe\u9009",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.zhihu.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "zhihu.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "webRequestBlocking",
        "webRequest"
    ],
    "page_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "init.js"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "128": "icon-128.png"
    }
}