autoCopyText™

Copy the text when select any text on webpage

ما هو autoCopyText™؟

autoCopyText™ هو إضافة Chrome تم تطويرها بواسطة Vineet، والميزة الرئيسية لها هي "Copy the text when select any text on webpage".

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

screenshot

تحميل ملف CRX للإضافة autoCopyText™

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

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

                        Copy the text when select any text on webpage                    

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

الاسم autoCopyText™ autoCopyText™
ID bijdffmkjmogekeombnnljcolphinbbp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/autocopytext/bijdffmkjmogekeombnnljcolphinbbp
الوصف Copy the text when select any text on webpage
حجم الملف 19.21 KB
عدد التثبيتات 767
النسخة الحالية 0.1
آخر تحديث 2019-04-12
تاريخ النشر 2019-04-08
تقييم 5.00/5 مجموع تقييمات 5
المطور Vineet
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "name": "autoCopyText\u2122",
    "author": "vineet sahu",
    "description": "Copy the text when select any text on webpage",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": ".\/icons\/autoCopy128x128.png"
    },
    "icons": {
        "128": ".\/icons\/autoCopy128x128.png",
        "48": ".\/icons\/autoCopy48x48.png",
        "24": ".\/icons\/autoCopy24x24.png",
        "16": ".\/icons\/autoCopy16x16.png"
    },
    "short_name": "autoCopy",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "version_name": "sahuchahu - 0.1",
    "manifest_version": 2
}