Quickfind
highlight all occurrences of a specific phrase on a web page by alt + double clicking a word or alt + selecting a word.
Quickfindคืออะไร?
Quickfind เป็นส่วนขยายของ Chrome ที่พัฒนาโดย matthew และคุณลักษณะหลักของมันคือ "highlight all occurrences of a specific phrase on a web page by alt + double clicking a word or alt + selecting a word."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quickfind
ดาวน์โหลดไฟล์ส่วนขยาย Quickfind ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Highlight all occurrences of a specific word on a web page by alt + double clicking it or highlight a phrase by alt + selecting it. This is really useful for skimming text or documentation. ## THIS EXTENSION IS IN DEV BETA ##
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Quickfind |
ID | dhamednoifcgcdpdoodioenmiakpccjo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/quickfind/dhamednoifcgcdpdoodioenmiakpccjo |
คำอธิบาย | highlight all occurrences of a specific phrase on a web page by alt + double clicking a word or alt + selecting a word. |
ขนาดไฟล์ | 41.68 KB |
จำนวนการติดตั้ง | 400 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2016-01-09 |
วันที่เผยแพร่ | 2016-01-09 |
คะแนน | 3.57/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | matthew |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quickfind", "description": "highlight all occurrences of a specific phrase on a web page by alt + double clicking a word or alt + selecting a word.", "version": "1.3", "icons": { "16": "icon16.png", "48": "icon48.png", "32": "icon32.png", "128": "icon128.png" }, "author": "Matthew Moy", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "style.css" ], "js": [ "jquery-2.1.4.min.js", "search.js", "findAndReplaceDOM.min.js" ] } ] } |