Auto Copy Paste Text

Automatically copy text and paste text without formatting

ما هو Auto Copy Paste Text؟

Auto Copy Paste Text هو إضافة Chrome تم تطويرها بواسطة mzzlillieee، والميزة الرئيسية لها هي "Automatically copy text and paste text without formatting".

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

screenshot

تحميل ملف CRX للإضافة Auto Copy Paste Text

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

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

                        When text is selected using the mouse, it will automatically be copied to the clipboard without formatting. 

It's a simple tool that lives in the background, and It will help you work faster when copying and pasting.                    

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

الاسم Auto Copy Paste Text Auto Copy Paste Text
ID phgmoaeodbmhgdjfcfcnjalbijaiebof
عنوان URL الرسمي https://chrome.google.com/webstore/detail/auto-copy-paste-text/phgmoaeodbmhgdjfcfcnjalbijaiebof
الوصف Automatically copy text and paste text without formatting
حجم الملف 5.4 KB
عدد التثبيتات 1,000
النسخة الحالية 1
آخر تحديث 2020-03-11
تاريخ النشر 2020-03-11
تقييم 3.25/5 مجموع تقييمات 8
المطور mzzlillieee
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Copy Paste Text",
    "version": "1",
    "description": "Automatically copy text and paste text without formatting",
    "author": "Lilly Tang",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "autocopy.js"
            ]
        }
    ]
}