Copylink

Click to copy the url of the current page to your clipboard

ما هو Copylink؟

Copylink هو إضافة Chrome تم تطويرها بواسطة https://rgbstudios.org، والميزة الرئيسية لها هي "Click to copy the url of the current page to your clipboard".

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

screenshot

تحميل ملف CRX للإضافة Copylink

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

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

                        Simply click the button to copy the address of the current website.

* Use copylink to quickly send, share, or save the url to a website.
* The address is also displayed in a little textbox.

Don't forget to rate and share! Enjoy! :)

V.1.3.0

RGB Studios
rgbstudios.org
facebook.com/rgbstudios.org/
[email protected]                    

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

الاسم Copylink Copylink
ID hmbglhnodfegeiemefjoejkkmncdobde
عنوان URL الرسمي https://chromewebstore.google.com/detail/copylink/hmbglhnodfegeiemefjoejkkmncdobde
الوصف Click to copy the url of the current page to your clipboard
حجم الملف 7.6 KB
عدد التثبيتات 362
النسخة الحالية 1.3.0
آخر تحديث 2023-11-21
تاريخ النشر 2019-12-03
تقييم 4.25/5 مجموع تقييمات 4
المطور https://rgbstudios.org
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.freeprivacypolicy.com/privacy/view/a93dc47c848f20d7a1440f3a4debc516
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Copylink",
    "description": "Click to copy the url of the current page to your clipboard",
    "version": "1.3.0",
    "action": {
        "default_icon": "128_icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite"
    ],
    "icons": {
        "128": "128_icon.png",
        "48": "48_icon.png",
        "16": "16_icon.png"
    }
}