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 |
Eメール | [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" ] } ] } |