Copypasta

Copy and paste your text snippets with one click

Wat is Copypasta?

Copypasta is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Copy and paste your text snippets with one click".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Copypasta

Download Copypasta-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Copypasta Copypasta
ID lgapkbbdlekmaeomdpndkpkmckghjnmh
Officiële URL https://chromewebstore.google.com/detail/copypasta/lgapkbbdlekmaeomdpndkpkmckghjnmh
Beschrijving Copy and paste your text snippets with one click
Bestandsgrootte 516 KB
Aantal Installaties 43
Huidige Versie 1.0
Laatst Bijgewerkt 2021-12-30
Publicatiedatum 2021-12-27
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}