Moujaz Summary

Summarizes any article in few meaningful sentences

Wat is Moujaz Summary?

Moujaz Summary is een Chrome-extensie ontwikkeld door https://azkatec.com, en de belangrijkste functie is "Summarizes any article in few meaningful sentences".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Moujaz Summary

Download Moujaz Summary-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Moujaz Summary Moujaz Summary
ID jokjhlioldgoncmiojkembpgdjaobdfm
Officiële URL https://chromewebstore.google.com/detail/moujaz-summary/jokjhlioldgoncmiojkembpgdjaobdfm
Beschrijving Summarizes any article in few meaningful sentences
Bestandsgrootte 57.6 KB
Aantal Installaties 185
Huidige Versie 1.1.1.2
Laatst Bijgewerkt 2013-05-20
Publicatiedatum 2013-05-20
Beoordeling 3.00/5 Totaal 8 Beoordelingen
Ontwikkelaar https://azkatec.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://moujaz.net
Ondersteunde Talen 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"
    }
}