Let Me Copy
Extension to allow copy text from websites where doesn't allow us to copy their content
Apa itu Let Me Copy?
Let Me Copy adalah ekstensi Chrome yang dikembangkan oleh debugger, dan fitur utamanya adalah "Extension to allow copy text from websites where doesn't allow us to copy their content".
Unduh Berkas CRX Ekstensi Let Me Copy
Unduh file ekstensi Let Me Copy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | lbmilljobfmddjnildfgggcjioofaabn |
URL Resmi | https://chrome.google.com/webstore/detail/let-me-copy/lbmilljobfmddjnildfgggcjioofaabn |
Deskripsi | Extension to allow copy text from websites where doesn't allow us to copy their content |
Ukuran File | 7.86 KB |
Jumlah Instalasi | 84 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2018-03-20 |
Tanggal Publikasi | 2018-03-20 |
Penilaian | 2.71/5 Total 7 Penilaian |
Pengembang | debugger |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |