Copy Input Text

Copies all input text without selecting it. Allows to copy password text.

ما هو Copy Input Text؟

Copy Input Text هو إضافة Chrome تم تطويرها بواسطة Dima PM، والميزة الرئيسية لها هي "Copies all input text without selecting it. Allows to copy password text.".

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

screenshot

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

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

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

                        Extension allows to use context menu or hotkey to quickly copy all text of input.                    

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

الاسم Copy Input Text Copy Input Text
ID aomiejigghikoeoljghafciifnmokemh
عنوان URL الرسمي https://chromewebstore.google.com/detail/copy-input-text/aomiejigghikoeoljghafciifnmokemh
الوصف Copies all input text without selecting it. Allows to copy password text.
حجم الملف 4.34 KB
عدد التثبيتات 61
النسخة الحالية 0.1
آخر تحديث 2021-06-24
تاريخ النشر 2016-05-27
المطور 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 Input Text",
    "version": "0.1",
    "description": "Copies all input text without selecting it. Allows to copy password text.",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "commands": {
        "copy-input-text": {
            "description": "Copy input text"
        }
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ]
}