Web Summarizer
Access summary content of Web pages.
Web Summarizer क्या है?
Web Summarizer e7alves द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Access summary content of Web pages."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Web Summarizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Web Summarizer is an extension that provides a summary version of the content of web pages. Access only the important content of web pages without advertisements. Clicking on the extension icon opens a popup with the most relevant paragraphs of the page accessed. Set the size of the summary using the slider at the top of the popup. The tool works with better precision for the following languages: • English • French • German • Italian • Portuguese • Spanish However, as statistical data is used to determine the most relevant content, it can be used for any language.
एक्सटेंशन की मूल जानकारी
नाम | Web Summarizer |
ID | bjkoieegiicnkncndemgfnnflgdbheaj |
आधिकारिक URL | https://chromewebstore.google.com/detail/web-summarizer/bjkoieegiicnkncndemgfnnflgdbheaj |
विवरण | Access summary content of Web pages. |
फ़ाइल का आकार | 92.4 KB |
स्थापना संख्या | 121 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2020-08-26 |
प्रकाशन तिथि | 2020-08-24 |
रेटिंग | 3.00/5 कुल 1 रेटिंग्स |
डेवलपर | e7alves |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Summarizer", "version": "0.0.2", "description": "Access summary content of Web pages.", "permissions": [ "activeTab", "storage" ], "browser_action": { "default_title": "Web Summarizer", "default_icon": "icon16.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "manifest_version": 2 } |