URL Copy

Copies url with a click!

ما هو URL Copy؟

URL Copy هو إضافة Chrome تم تطويرها بواسطة tsubasagene، والميزة الرئيسية لها هي "Copies url with a click!".

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

screenshot

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

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

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

                        When you want to share a video, or a document with your friends, or with your coworker, you need to share the url. Normally, you need to highlight the whole address, then copy with control+c, command+c, or even with right clicking. That's short, but stll takes time. With this extension, it will do the job for you. Just click the icon on the toolbar, and it will copy the link into your clipboard. It saves a bit of time for you. 
Though the difference is small, many a little makes a mickle! Enjoy.                    

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

الاسم URL Copy URL Copy
ID honjkgkhennhamekcgimhdibgcdfbidf
عنوان URL الرسمي https://chromewebstore.google.com/detail/url-copy/honjkgkhennhamekcgimhdibgcdfbidf
الوصف Copies url with a click!
حجم الملف 4.82 KB
عدد التثبيتات 51
النسخة الحالية 1.1
آخر تحديث 2020-03-07
تاريخ النشر 2020-03-07
تقييم 5.00/5 مجموع تقييمات 3
المطور tsubasagene
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL Copy",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Copies url with a click!",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ]
}