Moujaz Summary

Summarizes any article in few meaningful sentences

ما هو Moujaz Summary؟

Moujaz Summary هو إضافة Chrome تم تطويرها بواسطة https://azkatec.com، والميزة الرئيسية لها هي "Summarizes any article in few meaningful sentences".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Moujaz Summary

قم بتنزيل ملفات الامتداد Moujaz Summary بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}