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是由http://jent.ly开发的Chrome扩展程序,该扩展的主要功能是“The Jent.ly Summarizer seamlessly provides a highlighted summary of your web content to save your time and attention.”。
扩展截图
下载jent.ly扩展crx文件
下载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" ] } ] } |