jent.ly
The Jent.ly Summarizer seamlessly provides a highlighted summary of your web content to save your time and attention.
jent.lyคืออะไร?
jent.ly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://jent.ly และคุณลักษณะหลักของมันคือ "The Jent.ly Summarizer seamlessly provides a highlighted summary of your web content to save your time and attention."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย jent.ly
ดาวน์โหลดไฟล์ส่วนขยาย jent.ly ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Features: • Highlights a summary of online content • "Add Domain" to automatically summarize all articles from that website • Manage the list of domains enabled in the summarizer • Customize your own highlighting color We're always improving our summarizer, so please let us know how we're doing by giving us feedback from within the extension menu! Thanks for supporting us :) By downloading the extension above, you agree to our Terms of Service available at: https://jent.ly/termsofservice ************* Email: [email protected] Website: https://jent.ly Facebook: https://www.facebook.com/jentlysummarizer/ *************
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ljpcoibfhggflcmmlbpbcmdkmdnaafeo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/jently/ljpcoibfhggflcmmlbpbcmdkmdnaafeo |
คำอธิบาย | The Jent.ly Summarizer seamlessly provides a highlighted summary of your web content to save your time and attention. |
ขนาดไฟล์ | 813 KB |
จำนวนการติดตั้ง | 246 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2020-03-19 |
วันที่เผยแพร่ | 2020-03-17 |
คะแนน | 4.71/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | http://jent.ly |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://jent.ly |
URL หน้าช่วยเหลือ | https://github.com/jent-ly/summarizer/issues |
URL หน้านโยบายความเป็นส่วนตัว | https://jent.ly/termsofservice |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "jent.ly", "version": "1.1.1", "manifest_version": 2, "description": "The Jent.ly Summarizer seamlessly provides a highlighted summary of your web content to save your time and attention.", "icons": { "16": "icons\/jent-icon-128.png", "48": "icons\/jent-icon-128.png", "128": "icons\/jent-icon-128.png" }, "default_locale": "en", "background": { "page": "bg\/performHighlighting.html", "persistent": false }, "page_action": { "default_icon": "icons\/jent-icon-128.png", "default_title": "page action demo", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'", "permissions": [ "activeTab", "https:\/\/*\/*", "clipboardRead", "clipboardWrite", "contextMenus", "storage", "tabs", "identity", "identity.email" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "css": [ "css\/inject.css" ] }, { "matches": [ "https:\/\/*\/*" ], "css": [ "css\/inject.css" ], "js": [ "js\/contentScript.js" ] } ] } |