Copy hyperlink as Edge does
Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].
ما هو Copy hyperlink as Edge does؟
Copy hyperlink as Edge does هو إضافة Chrome تم تطويرها بواسطة zxylost، والميزة الرئيسية لها هي "Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Copy hyperlink as Edge does
قم بتنزيل ملفات الامتداد Copy hyperlink as Edge does بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title]. معلومات أساسية عن التمديد
| الاسم | |
| ID | pindpfknjjhmjdpgpfdempcnheecfkah |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/copy-hyperlink-as-edge-do/pindpfknjjhmjdpgpfdempcnheecfkah |
| الوصف | Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title]. |
| حجم الملف | 10.83 KB |
| عدد التثبيتات | 26 |
| النسخة الحالية | 0.1 |
| آخر تحديث | 2023-06-18 |
| تاريخ النشر | 2023-06-18 |
| المطور | zxylost |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"content_scripts": [
{
"all_frames": true,
"js": [
"copyurlwithtitle.js",
"toast.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"description": "Copy hyperlink as Edge does, just press Ctrl-C\/Cmd-C in the web page.\nDerived from [Copy url with title].",
"icons": {
"128": "128.png"
},
"manifest_version": 3,
"name": "Copy hyperlink as Edge does",
"short_name": "Copy hyperlink as Edge does",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.1"
} | |