Let Me Copy
Extension to allow copy text from websites where doesn't allow us to copy their content
Co to jest Let Me Copy?
Let Me Copy to rozszerzenie Chrome opracowane przez debugger, a jego główną funkcją jest „Extension to allow copy text from websites where doesn't allow us to copy their content”.
Pobierz plik CRX rozszerzenia Let Me Copy
Pobierz pliki rozszerzeń Let Me Copy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lbmilljobfmddjnildfgggcjioofaabn |
Oficjalny URL | https://chrome.google.com/webstore/detail/let-me-copy/lbmilljobfmddjnildfgggcjioofaabn |
Opis | Extension to allow copy text from websites where doesn't allow us to copy their content |
Rozmiar pliku | 7.86 KB |
Liczba instalacji | 84 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2018-03-20 |
Data Publikacji | 2018-03-20 |
Ocena | 2.71/5 Łącznie 7 Oceny |
Deweloper | debugger |
Typ Płatności | free |
Obsługiwane Języki | 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 } |