Let Me Copy
Extension to allow copy text from websites where doesn't allow us to copy their content
Что такое Let Me Copy?
Let Me Copy - это расширение Chrome, разработанное debugger, и его основная функция - "Extension to allow copy text from websites where doesn't allow us to copy their content".
Скачать файл CRX расширения Let Me Copy
Скачайте файлы расширений Let Me Copy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | |
ID | lbmilljobfmddjnildfgggcjioofaabn |
Официальный URL | https://chrome.google.com/webstore/detail/let-me-copy/lbmilljobfmddjnildfgggcjioofaabn |
Описание | Extension to allow copy text from websites where doesn't allow us to copy their content |
Размер файла | 7.86 KB |
Количество установок | 84 |
Текущая Версия | 1.0 |
Последнее Обновление | 2018-03-20 |
Дата публикации | 2018-03-20 |
Рейтинг | 2.71/5 Всего 7 оценок |
Разработчик | debugger |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Let Me Copy", "version": "1.0", "description": "Extension to allow copy text from websites where doesn't allow us to copy their content", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.infobae.com\/*" ], "js": [ "background.js" ] } ], "manifest_version": 2 } |