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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | External Link Extractor |
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 |
URL หน้านโยบายความเป็นส่วนตัว | 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" } } |