Hover copy

Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format

ما هو Hover copy؟

Hover copy هو إضافة Chrome تم تطويرها بواسطة gimenete، والميزة الرئيسية لها هي "Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format".

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

screenshot

تحميل ملف CRX للإضافة Hover copy

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

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

                        Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format.

Icon made by freepik.com CC-BY 3.0                    

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

الاسم Hover copy Hover copy
ID cdnibjdbfjofkedghnefffkdohgjgbpc
عنوان URL الرسمي https://chromewebstore.google.com/detail/hover-copy/cdnibjdbfjofkedghnefffkdohgjgbpc
الوصف Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format
حجم الملف 18.87 KB
عدد التثبيتات 169
النسخة الحالية 1.0.1
آخر تحديث 2018-12-31
تاريخ النشر 2018-12-28
تقييم 5.00/5 مجموع تقييمات 3
المطور gimenete
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hover copy",
    "version": "1.0.1",
    "description": "Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "clipboardWrite"
    ],
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    }
}