Copy Domain Name

Copies the domain name from the URL to your clipboard

ما هو Copy Domain Name؟

Copy Domain Name هو إضافة Chrome تم تطويرها بواسطة bobby.edmonds، والميزة الرئيسية لها هي "Copies the domain name from the URL to your clipboard".

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

screenshot

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

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

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

                        This extension allows you to copy just the domain name from a URL to your clipboard with a single click.                    

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

الاسم Copy Domain Name Copy Domain Name
ID gocelmjggdhdmlbddfabmcfheaabcncg
عنوان URL الرسمي https://chromewebstore.google.com/detail/copy-domain-name/gocelmjggdhdmlbddfabmcfheaabcncg
الوصف Copies the domain name from the URL to your clipboard
حجم الملف 12.27 KB
عدد التثبيتات 28
النسخة الحالية 0.0.0.1
آخر تحديث 2023-05-13
تاريخ النشر 2023-05-13
المطور bobby.edmonds
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Domain Name",
    "version": "0.0.0.1",
    "description": "Copies the domain name from the URL to your clipboard",
    "manifest_version": 3,
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "32": "img\/icon32.png"
    }
}