Copypasta
Copy and paste your text snippets with one click
Was ist Copypasta?
Copypasta ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Copy and paste your text snippets with one click".
Erweiterungsscreenshots
Copypasta-Erweiterungs-CRX-Datei herunterladen
Laden Sie Copypasta-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | lgapkbbdlekmaeomdpndkpkmckghjnmh |
Offizielle URL | https://chromewebstore.google.com/detail/copypasta/lgapkbbdlekmaeomdpndkpkmckghjnmh |
Beschreibung | Copy and paste your text snippets with one click |
Dateigröße | 516 KB |
Installationsanzahl | 43 |
Aktuelle Version | 1.0 |
Letztes Update | 2021-12-30 |
Veröffentlichungsdatum | 2021-12-27 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Unknown |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |