Resoomer

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

Cos'è Resoomer?

Resoomer è un'estensione di Chrome sviluppata da https://resoomer.com, e la sua funzione principale è "Go to the main ideas in your articles online, summarize them in 1 Click".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Resoomer

Scarica i file di estensione Resoomer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Resoomer Resoomer
ID dojncllhekcfenhdnddlihekcodcming
URL Ufficiale https://chromewebstore.google.com/detail/resoomer/dojncllhekcfenhdnddlihekcodcming
Descrizione Go to the main ideas in your articles online, summarize them in 1 Click
Dimensione del File 1.41 MB
Conteggio Installazioni 38,047
Versione Corrente 2
Ultimo Aggiornamento 2022-02-03
Data di Pubblicazione 2020-03-30
Valutazione 3.65/5 Totale 26 Valutazioni
Sviluppatore https://resoomer.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://resoomer.com/en/
URL della Pagina di Aiuto https://resoomer.com/en/help/
URL della Pagina della Politica sulla Privacy https://resoomer.com/en/terms
Lingue Supportate 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\/*"
        ]
    }
}