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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Jent.ly Summarizer seamlessly provides a highlighted summary of your web content to save your time and attention."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में jent.ly एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |