Link Gopher
Extracts and collates links from web pages
Link Gopherคืออะไร?
Link Gopher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrew Ziem และคุณลักษณะหลักของมันคือ "Extracts and collates links from web pages"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Link Gopher
ดาวน์โหลดไฟล์ส่วนขยาย Link Gopher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extracts all links from web page, sorts them, removes duplicates, and displays them in a new tab for copy and paste into other systems.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Link Gopher |
ID | bpjdkodgnbfalgghnbeggfbfjpcfamkf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/link-gopher/bpjdkodgnbfalgghnbeggfbfjpcfamkf |
คำอธิบาย | Extracts and collates links from web pages |
ขนาดไฟล์ | 31.35 KB |
จำนวนการติดตั้ง | 30,504 |
เวอร์ชันปัจจุบัน | 2.5.0 |
อัปเดตครั้งล่าสุด | 2023-09-28 |
วันที่เผยแพร่ | 2017-11-28 |
คะแนน | 4.57/5 รวมทั้งหมด 21 คะแนน |
ผู้พัฒนา | Andrew Ziem |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://sites.google.com/site/linkgopher/ |
ภาษาที่รองรับ | de,en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "version": "2.5.0", "description": "__MSG_extensionDescription__", "default_locale": "en", "homepage_url": "https:\/\/sites.google.com\/site\/linkgopher\/", "icons": { "16": "icons\/link-gopher-16.png", "32": "icons\/link-gopher-32.png", "64": "icons\/link-gopher-64.png" }, "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "45.0" } }, "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "scripting" ], "action": { "default_icon": "icons\/link-gopher-32.png", "default_title": "__MSG_extensionName__", "default_popup": "popup\/popup.html" }, "content_security_policy": [] } |