Copy text with Alt-Click

Copy text with Alt-Click. Easy and fast copy tool.

ما هو Copy text with Alt-Click؟

Copy text with Alt-Click هو إضافة Chrome تم تطويرها بواسطة https://yuji.software، والميزة الرئيسية لها هي "Copy text with Alt-Click. Easy and fast copy tool.".

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

screenshot

تحميل ملف CRX للإضافة Copy text with Alt-Click

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

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

                        If you install this add-on, you do not need to select a text.
What is needed, just "Alt key & Click" on the text! That's all!

This alone, the text of the point you click will be copied.

--------
* Modifier keys can be changed.
** Alt + Click (Default)
** Ctrl + Click
** Shift + Click

--------
Icon designed by: www.MouseRunner.com                    

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

الاسم Copy text with Alt-Click Copy text with Alt-Click
ID obhagoegpnbklgknnmbglghkfdidegkl
عنوان URL الرسمي https://chromewebstore.google.com/detail/copy-text-with-alt-click/obhagoegpnbklgknnmbglghkfdidegkl
الوصف Copy text with Alt-Click. Easy and fast copy tool.
حجم الملف 59.35 KB
عدد التثبيتات 15,088
النسخة الحالية 2.1.0
آخر تحديث 2023-07-31
تاريخ النشر 2018-05-17
تقييم 3.78/5 مجموع تقييمات 65
المطور https://yuji.software
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/YujiSoftware/copy-text-without-selecting-chrome
اللغات المدعومة id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy text with Alt-Click",
    "version": "2.1.0",
    "manifest_version": 2,
    "description": "Copy text with Alt-Click. Easy and fast copy tool.",
    "default_locale": "en",
    "applications": {
        "gecko": {
            "id": "@copy-text-without-selecting"
        }
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "clipboardWrite"
    ],
    "icons": {
        "48": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "menu.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}