Summarizer

Summarize text online on any website with Summarizer extension...

Summarizer क्या है?

Summarizer enzipe.extensions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Summarize text online on any website with Summarizer extension..."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Summarizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Summarizer is a free chrome extension of a summarizing tool that helps you produce more vivid content by reducing its length. Content juice is the key that grabs your reader’s attention, but content speaks outwardly if it remains under the garb of frivolous text lines.  This extension is beneficial for students and professionals alike. 
Here are a few reasons to use this tool.
1.	AI-based summarizer:
Our tool is based on artificial intelligence, as it knows very well which parts of the text are important and which are not. Hence, it gives a comprehensive summary of the content that appears to be a work of a human.
2.	No subscription :
Internet is replete with AI summarizers that demand monthly or yearly subscriptions to use. The charges are sometimes overwhelming for a student who can’t pay. We have designed this free-to-use tool for you.
4.	Instant result:
Manual summary making is a time taking task because you have to comprehend all the text. On the opposite, you can make a summary of your text in seconds by using this tool.                    

एक्सटेंशन की मूल जानकारी

नाम Summarizer Summarizer
ID pijiaokemlmllbangijeojhfjnomdgmh
आधिकारिक URL https://chromewebstore.google.com/detail/summarizer/pijiaokemlmllbangijeojhfjnomdgmh
विवरण Summarize text online on any website with Summarizer extension...
फ़ाइल का आकार 61.01 KB
स्थापना संख्या 535
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2021-08-28
प्रकाशन तिथि 2021-08-28
रेटिंग 2.00/5 कुल 2 रेटिंग्स
डेवलपर enzipe.extensions
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.paraphraser.io/text-summarizer
गोपनीयता नीति पृष्ठ URL https://www.paraphraser.io/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/19.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Summarize text online on any website with Summarizer extension...",
    "homepage_url": "https:\/\/www.paraphraser.io",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "name": "Summarizer",
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/www.paraphraser.io",
        "https:\/\/www.paraphraser.io",
        "contextMenus"
    ],
    "version": "0.0.1"
}