Moujaz Summary

Summarizes any article in few meaningful sentences

什么是Moujaz Summary?

Moujaz Summary是由https://azkatec.com开发的Chrome扩展程序,该扩展的主要功能是“Summarizes any article in few meaningful sentences”。

扩展截图

screenshot
screenshot

下载Moujaz Summary扩展crx文件

下载Moujaz Summary扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Moujaz Summary Moujaz Summary
ID jokjhlioldgoncmiojkembpgdjaobdfm
官方URL https://chromewebstore.google.com/detail/moujaz-summary/jokjhlioldgoncmiojkembpgdjaobdfm
简介 Summarizes any article in few meaningful sentences
文件大小 57.6 KB
安装次数 185
当前版本 1.1.1.2
更新时间 2013-05-20
上架时间 2013-05-20
评分 3.00/5 共8次评分
开发者 https://azkatec.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://moujaz.net
支持的语言 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"
    }
}