Resoomer

Go to the main ideas in your articles online, summarize them in 1 Click

Resoomer क्या है?

Resoomer https://resoomer.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Go to the main ideas in your articles online, summarize them in 1 Click"।

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

screenshot

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

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

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

                        Get the essential !

Resoomer is a chrome extension for summarize your articles online in 500 words : he resumes the ideas and important facts from your argumentative texts.

★ Fast Loading
★ Simplified page
★ Summary text
★ Easy to use
★ Summarizer for Wikipedia

How does it work ?

When you are on your article, click on the extension icon for get the summary of your article.                    

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

नाम Resoomer Resoomer
ID dojncllhekcfenhdnddlihekcodcming
आधिकारिक URL https://chromewebstore.google.com/detail/resoomer/dojncllhekcfenhdnddlihekcodcming
विवरण Go to the main ideas in your articles online, summarize them in 1 Click
फ़ाइल का आकार 1.41 MB
स्थापना संख्या 38,047
वर्तमान संस्करण 2
अंतिम अपडेट 2022-02-03
प्रकाशन तिथि 2020-03-30
रेटिंग 3.65/5 कुल 26 रेटिंग्स
डेवलपर https://resoomer.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://resoomer.com/en/
सहायता पृष्ठ URL https://resoomer.com/en/help/
गोपनीयता नीति पृष्ठ URL https://resoomer.com/en/terms
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Resoomer",
    "version": "2",
    "manifest_version": 2,
    "description": "Go to the main ideas in your articles online, summarize them in 1 Click",
    "browser_action": {
        "default_title": "Summarize the article",
        "default_popup": "html\/browser_popup.html"
    },
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/lib\/jquery.min.js",
            "js\/background.min.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.resoomer.com\/*"
            ],
            "js": [
                "js\/lib\/jquery.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*",
        "fonts\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.resoomer.com\/*"
        ]
    }
}