SummarLight
Highlights the most important parts of articles!
SummarLightคืออะไร?
SummarLight เป็นส่วนขยายของ Chrome ที่พัฒนาโดย steamata.ai และคุณลักษณะหลักของมันคือ "Highlights the most important parts of articles!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SummarLight
ดาวน์โหลดไฟล์ส่วนขยาย SummarLight ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The SummarLight extension highlights the most important parts of an article/blog/story you are reading so you can skim through it in no time!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ligjmagakdphdlenhhncfegpdbbendlg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/summarlight/ligjmagakdphdlenhhncfegpdbbendlg |
คำอธิบาย | Highlights the most important parts of articles! |
ขนาดไฟล์ | 113 KB |
จำนวนการติดตั้ง | 396 |
เวอร์ชันปัจจุบัน | 0.7.4 |
อัปเดตครั้งล่าสุด | 2019-03-26 |
วันที่เผยแพร่ | 2019-03-26 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | steamata.ai |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://medium.com/@btahir/introducing-summary-light-a-chrome-extension-that-highlights-the-most-important-parts-of-an-1666e10411a8 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SummarLight", "version": "0.7.4", "permissions": [ "activeTab", "https:\/\/us-central1-vast-alcove-222105.cloudfunctions.net\/generate_summary" ], "description": "Highlights the most important parts of articles!", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "tab-icon.png", "default_title": "Highlight the most important parts", "default_popup": "popup.html" } } |