Copypasta

Copy and paste your text snippets with one click

ما هو Copypasta؟

Copypasta هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Copy and paste your text snippets with one click".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Copypasta

قم بتنزيل ملفات الامتداد Copypasta بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Copypasta Copypasta
ID lgapkbbdlekmaeomdpndkpkmckghjnmh
عنوان URL الرسمي https://chromewebstore.google.com/detail/copypasta/lgapkbbdlekmaeomdpndkpkmckghjnmh
الوصف Copy and paste your text snippets with one click
حجم الملف 516 KB
عدد التثبيتات 43
النسخة الحالية 1.0
آخر تحديث 2021-12-30
تاريخ النشر 2021-12-27
تقييم 5.00/5 مجموع تقييمات 1
المطور Unknown
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    }
}