Let me copy

修复知乎无法拷贝的问题

Wat is Let me copy?

Let me copy is een Chrome-extensie ontwikkeld door chenxsan, en de belangrijkste functie is "修复知乎无法拷贝的问题".

Download het CRX-bestand van de extensie Let me copy

Download Let me copy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Let me copy Let me copy
ID iminljodelcedhhoidinedbcfabpapfp
Officiële URL https://chromewebstore.google.com/detail/let-me-copy/iminljodelcedhhoidinedbcfabpapfp
Beschrijving 修复知乎无法拷贝的问题
Bestandsgrootte 68.23 KB
Aantal Installaties 138
Huidige Versie 0.0.4
Laatst Bijgewerkt 2018-03-14
Publicatiedatum 2018-03-14
Ontwikkelaar chenxsan
Betalingswijze free
Extensiewebsite https://blog.zfanw.com
Help Pagina-URL https://github.com/chenxsan/let-me-copy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/www.zhihu.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.zhihu.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}