Copy-Mail Urls
Copy or Mail all opened URLs
ما هو Copy-Mail Urls؟
Copy-Mail Urls هو إضافة Chrome تم تطويرها بواسطة thomas6188، والميزة الرئيسية لها هي "Copy or Mail all opened URLs".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Copy-Mail Urls
قم بتنزيل ملفات الامتداد Copy-Mail Urls بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Using this extension, a user can copy all the open tab URLs to Clipboard with single click. User can also mail these URLs by clicking on 'Send as Email' option. Note: When sending as email, a new tab will be opened alongside. User should close this tab before using this option. If not done, then the mail will consist of this new tab details.
معلومات أساسية عن التمديد
الاسم | Copy-Mail Urls |
ID | dplccakdfegiajmilmhdihcgbembimhp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/copy-mail-urls/dplccakdfegiajmilmhdihcgbembimhp |
الوصف | Copy or Mail all opened URLs |
حجم الملف | 117 KB |
عدد التثبيتات | 107 |
النسخة الحالية | 1.0 |
آخر تحديث | 2013-12-20 |
تاريخ النشر | 2013-12-19 |
تقييم | 4.67/5 مجموع تقييمات 3 |
المطور | thomas6188 |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy-Mail Urls", "description": "Copy or Mail all opened URLs", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |