Let me copy

修复知乎无法拷贝的问题

Apa itu Let me copy?

Let me copy adalah ekstensi Chrome yang dikembangkan oleh chenxsan, dan fitur utamanya adalah "修复知乎无法拷贝的问题".

Unduh Berkas CRX Ekstensi Let me copy

Unduh file ekstensi Let me copy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Let me copy Let me copy
ID iminljodelcedhhoidinedbcfabpapfp
URL Resmi https://chromewebstore.google.com/detail/let-me-copy/iminljodelcedhhoidinedbcfabpapfp
Deskripsi 修复知乎无法拷贝的问题
Ukuran File 68.23 KB
Jumlah Instalasi 138
Versi Saat Ini 0.0.4
Terakhir Diperbarui 2018-03-14
Tanggal Publikasi 2018-03-14
Pengembang chenxsan
Tipe Pembayaran free
Situs Ekstensi https://blog.zfanw.com
URL Halaman Bantuan https://github.com/chenxsan/let-me-copy
Bahasa yang Didukung 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
        }
    ]
}