知乎打印模式

隐藏不需要打印的内容

What is 知乎打印模式?

知乎打印模式 is a Chrome extension developed by nfer.zhuang, and its main feature is "隐藏不需要打印的内容".

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

                        在打印知乎回答的时候,会有一些不需要打印的内容,该扩展就是用来去掉这些内容的。已支持新版知乎界面。去掉的信息包括:
 * 一级元素:topbar、slidebar、footer、feedback button、answers title、more answers、collap answers and answer wrap
 * 问题元素:edit button、editable tip、comment
 * 回答元素:votebar、user avatar、vote info、answer meta panal except date、comment                    

Extension Basic Information

Name 知乎打印模式 知乎打印模式
ID mkjeiiiphkjiibmpgnipaohepcglkdjo
Official URL https://chromewebstore.google.com/detail/%E7%9F%A5%E4%B9%8E%E6%89%93%E5%8D%B0%E6%A8%A1%E5%BC%8F/mkjeiiiphkjiibmpgnipaohepcglkdjo
Description 隐藏不需要打印的内容
File Size 42.91 KB
Installation Count 87
Current Version 1.2
Last Updated 2017-03-08
Publish Date 2017-03-07
Rating 3.00/5 Total 1 Ratings
Developer nfer.zhuang
Payment Type free
Extension Website https://github.com/nfer/ZhihuPrintMode
Help Page URL https://github.com/nfer/ZhihuPrintMode/issues
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u77e5\u4e4e\u6253\u5370\u6a21\u5f0f",
    "description": "\u9690\u85cf\u4e0d\u9700\u8981\u6253\u5370\u7684\u5185\u5bb9",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.zhihu.com\/*"
            ],
            "js": [
                "js\/jquery-2.1.4.min.js",
                "js\/content_action.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "*:\/\/*.zhihu.com\/*",
        "contextMenus"
    ],
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    }
}