Save Link to Highlight
Save and share multiple highlights on any page fast! Save all your highlights locally.
Save Link to Highlightคืออะไร?
Save Link to Highlight เป็นส่วนขยายของ Chrome ที่พัฒนาโดย highlights.page และคุณลักษณะหลักของมันคือ "Save and share multiple highlights on any page fast! Save all your highlights locally."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save Link to Highlight
ดาวน์โหลดไฟล์ส่วนขยาย Save Link to Highlight ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is a great alternative to Copy link to highlight for those who want to share multiple highlights instead of one. KEY FEATURES 【1】Share multiple highlights in one link. 【2】Built-in URL shortener. Turn you long links into short ones highlights.page/##### 【3】Saved highlights are stored locally and restored back to page on your next visit. HOW TO USE • Step #1 - Select any text on a page, right-click and select "Save Link to Highlight". A link to your selected text will be in your clipboard. Repeat Step 1 to add multiple highlights to your clipboard link. 𝐇𝐈𝐆𝐇𝐋𝐈𝐆𝐇𝐓𝐈𝐍𝐆 𝐓𝐈𝐏 Avoid highlighting dynamic/real-time text - If the text on a page stopped highlighting you may have highlighted real-time text. Real-time text is text that changes sometimes live while you are on the page (ex. stock prices) or the next time you visit the page(ex. relative dates - posted 5 minutes ago). Tip: Highlight the area before the dynamic text and the area after. 𝐃𝐈𝐒𝐂𝐋𝐀𝐈𝐌𝐄𝐑 Save Link to Highlight uses the same built-in technology in Chrome as Copy link to highlight. Anyone can view a link shared with multiple highlights without this extension installed. Multiple highlights on a page will look and work the same as single highlights do.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Save Link to Highlight |
ID | pgcijpjikabiiepphbnjefcjjncpiapd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/save-link-to-highlight/pgcijpjikabiiepphbnjefcjjncpiapd |
คำอธิบาย | Save and share multiple highlights on any page fast! Save all your highlights locally. |
ขนาดไฟล์ | 176 KB |
จำนวนการติดตั้ง | 117 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2023-03-22 |
วันที่เผยแพร่ | 2022-09-20 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | highlights.page |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://highlights.page |
URL หน้านโยบายความเป็นส่วนตัว | https://highlights.page/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save Link to Highlight", "icons": { "128": "images\/copylink-logo.png" }, "action": { "default_popup": "popup.html", "default_icon": { "128": "images\/copylink-logo.png" } }, "manifest_version": 3, "version": "1.0.1", "description": "Save and share multiple highlights on any page fast! Save all your highlights locally.", "permissions": [ "tabs", "contextMenus", "notifications", "activeTab", "storage", "unlimitedStorage", "clipboardWrite" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "run_at": "document_idle", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "style.css" ], "js": [ "content_script.js", "js\/fragment-generation-and-text-fragment-utils.js", "js\/Readability.js" ] } ] } |