Copypasta
Copy and paste your text snippets with one click
What is Copypasta?
Copypasta is a Chrome extension developed by Unknown, and its main feature is "Copy and paste your text snippets with one click".
Extension Screenshots
Download Copypasta Extension CRX File
Download Copypasta extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | lgapkbbdlekmaeomdpndkpkmckghjnmh |
Official URL | https://chromewebstore.google.com/detail/copypasta/lgapkbbdlekmaeomdpndkpkmckghjnmh |
Description | Copy and paste your text snippets with one click |
File Size | 516 KB |
Installation Count | 43 |
Current Version | 1.0 |
Last Updated | 2021-12-30 |
Publish Date | 2021-12-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |