Copy All Urls

This extension copies all url on the current window to the clipboard. You can set the format up at option menu.

ما هو Copy All Urls؟

Copy All Urls هو إضافة Chrome تم تطويرها بواسطة kdmsnr، والميزة الرئيسية لها هي "This extension copies all url on the current window to the clipboard. You can set the format up at option menu.".

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

screenshot

تحميل ملف CRX للإضافة Copy All Urls

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

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

                        This extension copies all url on the current window to the clipboard.
You can set the format up at option menu.                    

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

الاسم Copy All Urls Copy All Urls
ID iiagcalhlpmgdipdcikkjiliaankcagj
عنوان URL الرسمي https://chromewebstore.google.com/detail/copy-all-urls/iiagcalhlpmgdipdcikkjiliaankcagj
الوصف This extension copies all url on the current window to the clipboard. You can set the format up at option menu.
حجم الملف 5.27 KB
عدد التثبيتات 3,801
النسخة الحالية 0.2.7
آخر تحديث 2013-06-25
تاريخ النشر 2013-06-25
تقييم 4.00/5 مجموع تقييمات 40
المطور kdmsnr
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://github.com/kdmsnr/chrome_extensions/tree/master/copy_all_urls/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy All Urls",
    "version": "0.2.7",
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs"
    ]
}