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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension will decode the link url copied from a webpage to the clipboard and update the clipboard with the decoded url.  Can be used to quickly get the pretty version of a URL link.                    

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

الاسم Copy URL text Copy URL text
ID ihdpldgbcefimodimfdjhbhnanpocgfj
عنوان URL الرسمي https://chromewebstore.google.com/detail/copy-url-text/ihdpldgbcefimodimfdjhbhnanpocgfj
الوصف A tool to decode URL when copying links from a web page.
حجم الملف 3.5 KB
عدد التثبيتات 43
النسخة الحالية 0.0.0.1
آخر تحديث 2018-12-06
تاريخ النشر 2018-11-30
المطور 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.1",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "oncopy.js"
            ]
        }
    ]
}