Copy Plain Text

Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.

ما هو Copy Plain Text؟

Copy Plain Text هو إضافة Chrome تم تطويرها بواسطة Dima PM، والميزة الرئيسية لها هي "Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.".

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

screenshot

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

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

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

                                            

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

الاسم Copy Plain Text Copy Plain Text
ID nfjlgdbpkjmnofoglhlhcdfhjaglmncp
عنوان URL الرسمي https://chromewebstore.google.com/detail/copy-plain-text/nfjlgdbpkjmnofoglhlhcdfhjaglmncp
الوصف Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.
حجم الملف 5.81 KB
عدد التثبيتات 2,616
النسخة الحالية 0.3
آخر تحديث 2016-12-18
تاريخ النشر 2016-12-18
تقييم 4.54/5 مجموع تقييمات 13
المطور Dima PM
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dima PM",
    "manifest_version": 2,
    "name": "Copy Plain Text",
    "version": "0.3",
    "description": "Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.",
    "browser_action": [],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ]
}