WaspLine Reader
Read faster using color gradients
WaspLine Readerคืออะไร?
WaspLine Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย corollari และคุณลักษณะหลักของมันคือ "Read faster using color gradients"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WaspLine Reader
ดาวน์โหลดไฟล์ส่วนขยาย WaspLine Reader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Make reading long texts online easier and faster by using this extension, which works by applying color gradients that make it easier for the eyes to chain together the ending of a line with the beginning of the next. This extension is totally open source. The repository with all the code licensed under The Unlicense can be found at https://github.com/corollari/waspline-reader.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WaspLine Reader |
ID | ndlnnojbbcbdpkccfmcgbopalpbmhbhm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/waspline-reader/ndlnnojbbcbdpkccfmcgbopalpbmhbhm |
คำอธิบาย | Read faster using color gradients |
ขนาดไฟล์ | 28.83 KB |
จำนวนการติดตั้ง | 1,864 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2019-08-12 |
วันที่เผยแพร่ | 2019-08-12 |
คะแนน | 4.58/5 รวมทั้งหมด 19 คะแนน |
ผู้พัฒนา | corollari |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://wasplinereader.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WaspLine Reader", "version": "1.2.0", "description": "Read faster using color gradients", "manifest_version": 2, "background": { "scripts": [ "bg.js" ] }, "browser_action": { "default_icon": { "16": "icons\/wasp16.png", "24": "icons\/wasp24.png", "32": "icons\/wasp32.png" }, "default_title": "Apply gradients", "default_popup": "menu\/index.html" }, "icons": { "16": "icons\/wasp16.png", "48": "icons\/wasp48.png", "128": "icons\/wasp128.png" }, "permissions": [ "activeTab", "storage", "http:\/\/*\/", "https:\/\/*\/" ] } |