Moujaz Summary

Summarizes any article in few meaningful sentences

Was ist Moujaz Summary?

Moujaz Summary ist eine Chrome-Erweiterung, die von https://azkatec.com entwickelt wurde, und ihr Hauptmerkmal ist "Summarizes any article in few meaningful sentences".

Erweiterungsscreenshots

screenshot
screenshot

Moujaz Summary-Erweiterungs-CRX-Datei herunterladen

Laden Sie Moujaz Summary-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Moujaz Summary Moujaz Summary
ID jokjhlioldgoncmiojkembpgdjaobdfm
Offizielle URL https://chromewebstore.google.com/detail/moujaz-summary/jokjhlioldgoncmiojkembpgdjaobdfm
Beschreibung Summarizes any article in few meaningful sentences
Dateigröße 57.6 KB
Installationsanzahl 185
Aktuelle Version 1.1.1.2
Letztes Update 2013-05-20
Veröffentlichungsdatum 2013-05-20
Bewertung 3.00/5 Insgesamt 8 Bewertungen
Entwickler https://azkatec.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://moujaz.net
Unterstützte Sprachen 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"
    }
}