Copypasta
Copy and paste your text snippets with one click
Apa itu Copypasta?
Copypasta adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Copy and paste your text snippets with one click".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Copypasta
Unduh file ekstensi Copypasta 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
The data is saved to local storage (~5MB), so there’s plenty of room to store actual copypastas. I tried it with the bee movie script and it works fine, although it’s a bit of a hassle to scroll through all of it to reach the bottom ¯\_(ツ)_/¯ You can use Copypasta to easily paste: - Food order details - Text emoticons - Addresses - Email / phone numbers - Code snippets - Copy pastas
Informasi Dasar Ekstensi
Nama | |
ID | lgapkbbdlekmaeomdpndkpkmckghjnmh |
URL Resmi | https://chromewebstore.google.com/detail/copypasta/lgapkbbdlekmaeomdpndkpkmckghjnmh |
Deskripsi | Copy and paste your text snippets with one click |
Ukuran File | 516 KB |
Jumlah Instalasi | 43 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-12-30 |
Tanggal Publikasi | 2021-12-27 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Unknown |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Copypasta", "name": "Copypasta", "description": "Copy and paste your text snippets with one click", "version": "1.0", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "favicon.png", "48": "favicon.png", "128": "favicon.png" } } |