External Link Extractor
This extension extracts all external links from the current webpage and generates a list in plain text. You can copy/paste using…
ما هو External Link Extractor؟
External Link Extractor هو إضافة Chrome تم تطويرها بواسطة https://www.webdesignindy.com، والميزة الرئيسية لها هي "This extension extracts all external links from the current webpage and generates a list in plain text. You can copy/paste using…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة External Link Extractor
قم بتنزيل ملفات الامتداد External Link Extractor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension extracts all external links from the current webpage and generates a list in plain text. You can copy/paste using the clipboard function to save. معلومات أساسية عن التمديد
| الاسم | |
| ID | ekelmbmnkpfjcljpekjhlfpejjpfbkbn |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/external-link-extractor/ekelmbmnkpfjcljpekjhlfpejjpfbkbn |
| الوصف | This extension extracts all external links from the current webpage and generates a list in plain text. You can copy/paste using… |
| حجم الملف | 9.66 KB |
| عدد التثبيتات | 148 |
| النسخة الحالية | 1.0 |
| آخر تحديث | 2023-03-29 |
| تاريخ النشر | 2023-03-29 |
| المطور | https://www.webdesignindy.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة سياسة الخصوصية | https://www.webdesignindy.com/privacy-policy |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "External Link Extractor",
"version": "1.0",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"permissions": [
"activeTab",
"clipboardWrite",
"scripting"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |