知乎打印模式
隐藏不需要打印的内容
Cos'è 知乎打印模式?
知乎打印模式 è un'estensione di Chrome sviluppata da nfer.zhuang, e la sua funzione principale è "隐藏不需要打印的内容".
Scarica il file CRX dell'estensione 知乎打印模式
Scarica i file di estensione 知乎打印模式 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        在打印知乎回答的时候,会有一些不需要打印的内容,该扩展就是用来去掉这些内容的。已支持新版知乎界面。去掉的信息包括:
 * 一级元素: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                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | mkjeiiiphkjiibmpgnipaohepcglkdjo | 
| URL Ufficiale | https://chromewebstore.google.com/detail/%E7%9F%A5%E4%B9%8E%E6%89%93%E5%8D%B0%E6%A8%A1%E5%BC%8F/mkjeiiiphkjiibmpgnipaohepcglkdjo | 
| Descrizione | 隐藏不需要打印的内容 | 
| Dimensione del File | 42.91 KB | 
| Conteggio Installazioni | 87 | 
| Versione Corrente | 1.2 | 
| Ultimo Aggiornamento | 2017-03-08 | 
| Data di Pubblicazione | 2017-03-07 | 
| Valutazione | 3.00/5 Totale 1 Valutazioni | 
| Sviluppatore | nfer.zhuang | 
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://github.com/nfer/ZhihuPrintMode | 
| URL della Pagina di Aiuto | https://github.com/nfer/ZhihuPrintMode/issues | 
| Lingue Supportate | 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"
    }
}  |  |