Copypasta

Copy and paste your text snippets with one click

Cos'è Copypasta?

Copypasta è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Copy and paste your text snippets with one click".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Copypasta

Scarica i file di estensione Copypasta in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Copypasta Copypasta
ID lgapkbbdlekmaeomdpndkpkmckghjnmh
URL Ufficiale https://chromewebstore.google.com/detail/copypasta/lgapkbbdlekmaeomdpndkpkmckghjnmh
Descrizione Copy and paste your text snippets with one click
Dimensione del File 516 KB
Conteggio Installazioni 43
Versione Corrente 1.0
Ultimo Aggiornamento 2021-12-30
Data di Pubblicazione 2021-12-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Unknown
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}