Moujaz Summary

Summarizes any article in few meaningful sentences

Co to jest Moujaz Summary?

Moujaz Summary to rozszerzenie Chrome opracowane przez https://azkatec.com, a jego główną funkcją jest „Summarizes any article in few meaningful sentences”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Moujaz Summary

Pobierz pliki rozszerzeń Moujaz Summary w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Moujaz Summary Moujaz Summary
ID jokjhlioldgoncmiojkembpgdjaobdfm
Oficjalny URL https://chromewebstore.google.com/detail/moujaz-summary/jokjhlioldgoncmiojkembpgdjaobdfm
Opis Summarizes any article in few meaningful sentences
Rozmiar pliku 57.6 KB
Liczba instalacji 185
Aktualna Wersja 1.1.1.2
Ostatnia Aktualizacja 2013-05-20
Data Publikacji 2013-05-20
Ocena 3.00/5 Łącznie 8 Oceny
Deweloper https://azkatec.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://moujaz.net
Obsługiwane Języki 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"
    }
}