Moujaz Summary

Summarizes any article in few meaningful sentences

Cos'è Moujaz Summary?

Moujaz Summary è un'estensione di Chrome sviluppata da https://azkatec.com, e la sua funzione principale è "Summarizes any article in few meaningful sentences".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Moujaz Summary

Scarica i file di estensione Moujaz Summary 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

                        Moujaz helps you read articles in a fast way. It summarizes your article via removing the clutter, repetition and extracts for you the most meaningful text.

No need to delay reading your article for later, while browsing, right click a link and press "Moujaz Summary" or click on the "Moujaz Summary icon" on the top right and get the skim of it.                    

Informazioni di Base sull'Estensione

Nome Moujaz Summary Moujaz Summary
ID jokjhlioldgoncmiojkembpgdjaobdfm
URL Ufficiale https://chromewebstore.google.com/detail/moujaz-summary/jokjhlioldgoncmiojkembpgdjaobdfm
Descrizione Summarizes any article in few meaningful sentences
Dimensione del File 57.6 KB
Conteggio Installazioni 185
Versione Corrente 1.1.1.2
Ultimo Aggiornamento 2013-05-20
Data di Pubblicazione 2013-05-20
Valutazione 3.00/5 Totale 8 Valutazioni
Sviluppatore https://azkatec.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://moujaz.net
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Moujaz Summary",
    "description": "Summarizes any article in few meaningful sentences",
    "version": "1.1.1.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "name": "Summarize article with Moujaz",
        "default_icon": "img\/icon-scaled.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/target.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "icons": {
        "16": "img\/icon-context-16x16.png",
        "48": "img\/icon-context-48x48.png"
    }
}