CopyURL Extension
Handmade URL Copy Extension allows you to copy any URL from the current browser tab in one click.
ما هو CopyURL Extension؟
CopyURL Extension هو إضافة Chrome تم تطويرها بواسطة https://grademiners.com، والميزة الرئيسية لها هي "Handmade URL Copy Extension allows you to copy any URL from the current browser tab in one click.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CopyURL Extension
قم بتنزيل ملفات الامتداد CopyURL Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Handmade URL Copy Extension allows you to copy any URL from the current browser tab in one click.
معلومات أساسية عن التمديد
الاسم | CopyURL Extension |
ID | cjoghpfkipapcnmhmdhjkbompidigllf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/copyurl-extension/cjoghpfkipapcnmhmdhjkbompidigllf |
الوصف | Handmade URL Copy Extension allows you to copy any URL from the current browser tab in one click. |
حجم الملف | 6.17 KB |
عدد التثبيتات | 70 |
النسخة الحالية | 1.0 |
آخر تحديث | 2021-09-26 |
تاريخ النشر | 2021-09-25 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://grademiners.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://grademiners.com/ |
عنوان صفحة المساعدة | https://grademiners.com/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "CopyURL Extension", "homepage_url": "https:\/\/grademiners.com\/", "icons": { "128": "icon.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Copy URL", "default_icon": "icon.png" }, "permissions": [ "tabs" ] } |