知乎打印助手

调整知乎格式:移除悬浮栏、调整边距、缩放图像

What is 知乎打印助手?

知乎打印助手 is a Chrome extension developed by Unknown, 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

                        点击插件图标,选择“调整当前页面”,将实现:
1.移除悬浮栏、悬浮按钮
2.移除视频内容
3.调整文字边距
4.限制图像大小为200px

知乎网站更新可能会造成插件失效,如有问题请反馈至:[email protected]

发布这个插件被chrome商店收了40块钱,如果感觉这个插件有用,请随便打赏一下~ (●゚ω゚●)
http://img.huacishu.com/pay/wxzhifu.JPG                    

Extension Basic Information

Name 知乎打印助手 知乎打印助手
ID ebcanjgbnfjhcgejoddaolabpnhapkgg
Official URL https://chromewebstore.google.com/detail/%E7%9F%A5%E4%B9%8E%E6%89%93%E5%8D%B0%E5%8A%A9%E6%89%8B/ebcanjgbnfjhcgejoddaolabpnhapkgg
Description 调整知乎格式:移除悬浮栏、调整边距、缩放图像
File Size 13.6 KB
Installation Count 848
Current Version 0.1.4
Last Updated 2019-07-02
Publish Date 2019-07-01
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u77e5\u4e4e\u6253\u5370\u52a9\u624b",
    "version": "0.1.4",
    "description": "\u8c03\u6574\u77e5\u4e4e\u683c\u5f0f\uff1a\u79fb\u9664\u60ac\u6d6e\u680f\u3001\u8c03\u6574\u8fb9\u8ddd\u3001\u7f29\u653e\u56fe\u50cf",
    "author": "huacishu.com",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/printer_16.png",
            "32": "images\/printer_32.png",
            "48": "images\/printer_64.png",
            "128": "images\/printer_128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/printer_16.png",
        "32": "images\/printer_32.png",
        "48": "images\/printer_64.png",
        "128": "images\/printer_128.png"
    },
    "permissions": [
        "storage",
        "declarativeContent",
        "activeTab"
    ]
}