Let Me Copy
Extension to allow copy text from websites where doesn't allow us to copy their content
Co je Let Me Copy?
Let Me Copy je rozšíření Chrome vyvinuté debugger, a jeho hlavní funkcí je „Extension to allow copy text from websites where doesn't allow us to copy their content“.
Stáhnout soubor CRX rozšíření Let Me Copy
Stáhněte si soubory rozšíření Let Me Copy ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Základní Informace o Rozšíření
Název | |
ID | lbmilljobfmddjnildfgggcjioofaabn |
Oficiální URL | https://chrome.google.com/webstore/detail/let-me-copy/lbmilljobfmddjnildfgggcjioofaabn |
Popis | Extension to allow copy text from websites where doesn't allow us to copy their content |
Velikost souboru | 7.86 KB |
Počet instalací | 84 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2018-03-20 |
Datum Vydání | 2018-03-20 |
Hodnocení | 2.71/5 Celkem 7 Hodnocení |
Vývojář | debugger |
Typ Platby | free |
Podporované Jazyky | 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 } |