CopyURL

Copy the URL and title of the active page.

ما هو CopyURL؟

CopyURL هو إضافة Chrome تم تطويرها بواسطة hiroyuki.komatsu، والميزة الرئيسية لها هي "Copy the URL and title of the active page.".

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

screenshot

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

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

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

                        You can copy the URL and the title of the page in rich-text by clicking the extension icon.                    

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

الاسم CopyURL CopyURL
ID jghibnldpjddbfolfkfongaklfidaafd
عنوان URL الرسمي https://chromewebstore.google.com/detail/copyurl/jghibnldpjddbfolfkfongaklfidaafd
الوصف Copy the URL and title of the active page.
حجم الملف 7.09 KB
عدد التثبيتات 167
النسخة الحالية 1.4
آخر تحديث 2023-12-08
تاريخ النشر 2020-06-21
المطور hiroyuki.komatsu
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/hiroyuki-komatsu/copyurl
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CopyURL",
    "description": "Copy the URL and title of the active page.",
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "offscreen"
    ],
    "version": "1.4",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": {
            "128": "icon.png"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}