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
        }
    ]
}