Let me copy

修复知乎无法拷贝的问题

Let me copyคืออะไร?

Let me copy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chenxsan และคุณลักษณะหลักของมันคือ "修复知乎无法拷贝的问题"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Let me copy

ดาวน์โหลดไฟล์ส่วนขยาย Let me copy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Let me copy Let me copy
ID iminljodelcedhhoidinedbcfabpapfp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/let-me-copy/iminljodelcedhhoidinedbcfabpapfp
คำอธิบาย 修复知乎无法拷贝的问题
ขนาดไฟล์ 68.23 KB
จำนวนการติดตั้ง 138
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2018-03-14
วันที่เผยแพร่ 2018-03-14
ผู้พัฒนา chenxsan
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://blog.zfanw.com
URL หน้าช่วยเหลือ https://github.com/chenxsan/let-me-copy
ภาษาที่รองรับ 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
        }
    ]
}