Moujaz Summary

Summarizes any article in few meaningful sentences

What is Moujaz Summary?

Moujaz Summary is a Chrome extension developed by https://azkatec.com, and its main feature is "Summarizes any article in few meaningful sentences".

Extension Screenshots

screenshot
screenshot

Download Moujaz Summary Extension CRX File

Download Moujaz Summary extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Moujaz Summary Moujaz Summary
ID jokjhlioldgoncmiojkembpgdjaobdfm
Official URL https://chromewebstore.google.com/detail/moujaz-summary/jokjhlioldgoncmiojkembpgdjaobdfm
Description Summarizes any article in few meaningful sentences
File Size 57.6 KB
Installation Count 185
Current Version 1.1.1.2
Last Updated 2013-05-20
Publish Date 2013-05-20
Rating 3.00/5 Total 8 Ratings
Developer https://azkatec.com
Email [email protected]
Payment Type free
Extension Website http://moujaz.net
Supported Languages 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"
    }
}