Copypasta

Copy and paste your text snippets with one click

Qu'est-ce que Copypasta ?

Copypasta est une extension Chrome développée par Unknown, et sa fonction principale est "Copy and paste your text snippets with one click".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Copypasta

Téléchargez les fichiers d'extension Copypasta au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Copypasta Copypasta
ID lgapkbbdlekmaeomdpndkpkmckghjnmh
URL Officiel https://chromewebstore.google.com/detail/copypasta/lgapkbbdlekmaeomdpndkpkmckghjnmh
Description Copy and paste your text snippets with one click
Taille du Fichier 516 KB
Nombre d'Installations 43
Version Actuelle 1.0
Dernière Mise à Jour 2021-12-30
Date de Publication 2021-12-27
Évaluation 5.00/5 Total 1 Évaluations
Développeur Unknown
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}