Copy URL text

A tool to decode URL when copying links from a web page.

ما هو Copy URL text؟

Copy URL text هو إضافة Chrome تم تطويرها بواسطة dave.waters89، والميزة الرئيسية لها هي "A tool to decode URL when copying links from a web page.".

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

screenshot

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

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

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

                        When copying a URL the app will replace the data in the clipboard with the decoded URL, ready for pasting.                    

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

الاسم Copy URL text Copy URL text
ID hdgelchllommgmclkoobnphdloeaabab
عنوان URL الرسمي https://chromewebstore.google.com/detail/copy-url-text/hdgelchllommgmclkoobnphdloeaabab
الوصف A tool to decode URL when copying links from a web page.
حجم الملف 3.48 KB
عدد التثبيتات 24
النسخة الحالية 0.0.0.2
آخر تحديث 2018-12-04
تاريخ النشر 2018-12-04
المطور dave.waters89
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy URL text",
    "description": "A tool to decode URL when copying links from a web page.",
    "version": "0.0.0.2",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/myteams.toyota.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/myteams.toyota.com\/*"
            ],
            "js": [
                "oncopy.js"
            ]
        }
    ]
}