Link Highlighter
Highlights links based on keywords.
Link Highlighterคืออะไร?
Link Highlighter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย High Tide และคุณลักษณะหลักของมันคือ "Highlights links based on keywords."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Link Highlighter
ดาวน์โหลดไฟล์ส่วนขยาย Link Highlighter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Overview Navigating through a web page filled with links can be overwhelming, especially when you're searching for specific links or keywords. Link Highlighter simplifies this process by allowing you to search for links directly within a page and highlighting them based on your search criteria. Whether you're an online researcher, a digital marketer, or just someone who loves to surf the web, Link Highlighter is designed to make your browsing experience more efficient and user-friendly. Key Features Search and Highlight: Enter a keyword or a part of a URL to find and highlight all matching links on the current web page. Multiple Highlighting Styles: Choose from different highlighting styles like background color, border, and text color to distinguish the links that match your search criteria. Export Functionality: Generate a CSV file containing all the found links and their anchor text with just one click. Great for data collection and analysis. User-Friendly Interface: The extension comes with a clean and straightforward interface, making it easy to use even for those who are not tech-savvy. How to Use Search: Open the extension by clicking its icon on the Chrome toolbar. Enter your search keyword or URL fragment. Choose Highlight Style: Select your desired highlight style from the dropdown. Find Links: Click the "Search" button to highlight all the matching links on the current page. Export Data: Optionally, you can click the "Export" button to download a CSV file containing all the found links and their anchor text. Note Buttons work better with the "border box" highlight option.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Link Highlighter |
ID | cacimdjmodcjpkjpegeocdfloegplihk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/link-highlighter/cacimdjmodcjpkjpegeocdfloegplihk |
คำอธิบาย | Highlights links based on keywords. |
ขนาดไฟล์ | 12.38 KB |
จำนวนการติดตั้ง | 69 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2023-09-12 |
วันที่เผยแพร่ | 2023-09-10 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | High Tide |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Link Highlighter", "version": "1.1", "description": "Highlights links based on keywords.", "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |