Fokus
Emphasized text-highlighting
Fokusคืออะไร?
Fokus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hakim.elhattab และคุณลักษณะหลักของมันคือ "Emphasized text-highlighting"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fokus
ดาวน์โหลดไฟล์ส่วนขยาย Fokus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Fokus emphasizes anything you select by covering the rest of the page with a semi-transparent black overlay. You can try it out here http://lab.hakim.se/fokus/ before installing. The plugin comes with a few options that can be accessed from Chrome's extension listing page. This allows you to: - Adjust overlay opacity - Specify a modifier key shift/ctrl/alt/cmd which must be held down to active the overlay - Adjust the padding around selection
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | flkkpmjbbpijiedjdgnhkcgopgnflehe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fokus/flkkpmjbbpijiedjdgnhkcgopgnflehe |
คำอธิบาย | Emphasized text-highlighting |
ขนาดไฟล์ | 10.25 KB |
จำนวนการติดตั้ง | 1,157 |
เวอร์ชันปัจจุบัน | 1.7 |
อัปเดตครั้งล่าสุด | 2012-09-30 |
วันที่เผยแพร่ | 2012-09-30 |
คะแนน | 4.37/5 รวมทั้งหมด 27 คะแนน |
ผู้พัฒนา | hakim.elhattab |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://lab.hakim.se/fokus |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fokus", "version": "1.7", "manifest_version": 2, "description": "Emphasized text-highlighting", "icons": { "16": "fokus16.png", "48": "fokus48.png", "128": "fokus128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "fokus.min.js" ] } ], "options_page": "options.html", "permissions": [ "storage" ] } |