Moujaz Summary

Summarizes any article in few meaningful sentences

Hvad er Moujaz Summary?

Moujaz Summary er en Chrome-udvidelse udviklet af https://azkatec.com, og dens hovedfunktion er "Summarizes any article in few meaningful sentences".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Moujaz Summary-udvidelses-CRX-fil

Download Moujaz Summary-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Moujaz Summary Moujaz Summary
ID jokjhlioldgoncmiojkembpgdjaobdfm
Officiel URL https://chromewebstore.google.com/detail/moujaz-summary/jokjhlioldgoncmiojkembpgdjaobdfm
Beskrivelse Summarizes any article in few meaningful sentences
Filstørrelse 57.6 KB
Antal Installationer 185
Nuværende Version 1.1.1.2
Senest Opdateret 2013-05-20
Udgivelsesdato 2013-05-20
Bedømmelse 3.00/5 Samlet 8 Bedømmelser
Udvikler https://azkatec.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://moujaz.net
Understøttede Sprog 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"
    }
}