Easy Text Copy

be easy to copy

ما هو Easy Text Copy؟

Easy Text Copy هو إضافة Chrome تم تطويرها بواسطة ggons، والميزة الرئيسية لها هي "be easy to copy".

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

screenshot

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

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

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

                        "Easy Text Copy" copy text easily with easy movements.

* Usage *

1. Copy the text in one click area.
- Alt key + Mouse Left-Click

2. Copy the text one after another.
- Alt key + Mouse Left-Click [+ Mouse Left-Click] [+ Mouse Left-Click]

3. Copy the dragged text.
- Drag + Alt key + Mouse Left-Click

You can change to another key instead of the Alt key.                    

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

الاسم Easy Text Copy Easy Text Copy
ID ifnpgfoniiadhamkbgdiokjefenpacjm
عنوان URL الرسمي https://chromewebstore.google.com/detail/easy-text-copy/ifnpgfoniiadhamkbgdiokjefenpacjm
الوصف be easy to copy
حجم الملف 16.92 KB
عدد التثبيتات 5,000
النسخة الحالية 1.0.2
آخر تحديث 2020-07-13
تاريخ النشر 2020-07-02
تقييم 4.26/5 مجموع تقييمات 19
المطور ggons
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Text Copy",
    "description": "be easy to copy",
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            ".\/background\/background.js"
        ]
    },
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "storage"
    ]
}