Highlight This: finds and marks words
Automatically finds and highlights words and phrases on the web page according to your list
Highlight This: finds and marks wordsคืออะไร?
Highlight This: finds and marks words เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://alaaqweider.online และคุณลักษณะหลักของมันคือ "Automatically finds and highlights words and phrases on the web page according to your list"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Highlight This: finds and marks words
ดาวน์โหลดไฟล์ส่วนขยาย Highlight This: finds and marks words ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Automatically finds and highlights words and phrases on the web page according to your list - No registration required - Organize your search words in groups and lists - All data stored locally - Auto-refreshes highlights on page reload and content changes - Unlimited words and lists - Free Easy to use Chrome Extension that automatically searches for defined words in the current browser tab and marks them in a text. Many more advanced features available through settings: - Create color-coded keyword lists - Disable highlighting on certain sites - Export or import your settings and keyword lists - Use lists from Pastebin Changelog 1.1 *updated latest jquery 3.4.1 1.0 *Intial Release
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | aflnhjcbpnknodmnmjjlphgcichcfbak |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/highlight-this-finds-and/aflnhjcbpnknodmnmjjlphgcichcfbak |
คำอธิบาย | Automatically finds and highlights words and phrases on the web page according to your list |
ขนาดไฟล์ | 1.01 MB |
จำนวนการติดตั้ง | 4,000 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2019-07-09 |
วันที่เผยแพร่ | 2019-07-04 |
คะแนน | 3.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://alaaqweider.online |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,fr,nl,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_application_title__", "short_name": "Chromium-Highlighter", "description": "__MSG_application_description__", "default_locale": "en", "permissions": [ "tabs", "contextMenus", "notifications", "activeTab", "alarms", "downloads", "storage" ], "icons": { "16": "Plugin16.png", "96": "Plugin96.png" }, "background": { "scripts": [ "libs\/sanitize-html\/sanitize-html.js", "extWordHighlighter.js" ] }, "commands": { "ScrollHighlight": { "suggested_key": { "default": "Ctrl+Shift+Space", "mac": "Command+Shift+Space" }, "description": "ScrollHighlight" } }, "version": "1.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "libs\/jquery\/jquery-3.4.1.js", "hilitor.js", "tabWordHighlighter.js" ], "css": [ "highlightThis.css" ], "all_frames": true, "run_at": "document_start", "match_about_blank": true } ], "browser_action": { "default_icon": "Plugin16.png", "default_popup": "popup.html" } } |