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
官方網址 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"
    }
}