Let me copy

修复知乎无法拷贝的问题

ما هو Let me copy؟

Let me copy هو إضافة Chrome تم تطويرها بواسطة chenxsan، والميزة الرئيسية لها هي "修复知乎无法拷贝的问题".

تحميل ملف CRX للإضافة Let me copy

قم بتنزيل ملفات الامتداد Let me copy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم 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
عنوان صفحة المساعدة 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
        }
    ]
}