SMMRY-XT

SMMRY-XT is an extension that allows you to quickly summarize most articles on the web using the SMMRY summarization…

Co to jest SMMRY-XT?

SMMRY-XT to rozszerzenie Chrome opracowane przez atharva.fulay, a jego główną funkcją jest „SMMRY-XT is an extension that allows you to quickly summarize most articles on the web using the SMMRY summarization…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia SMMRY-XT

Pobierz pliki rozszerzeń SMMRY-XT 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

                        SMMRY-XT is an extension that allows you to quickly summarize most articles on the web using the SMMRY summarization (https://smmry.com/about).

Features include:
* Quick copying of the current URL.
* Setting length of summary and number of keywords returned.
* Filtering sentences containing quotes, exclamations, or questions.
* Copying the summary to the clipboard.
* Copying the top keywords.
* (NEW) Summarize selected text.


Note: This extension is not the official SMMRY extension and is not endorsed by SMMRY.                    

Podstawowe informacje o rozszerzeniu

Nazwa SMMRY-XT SMMRY-XT
ID oipkbgjabopdcfjbdjgablcjpjpoajci
Oficjalny URL https://chromewebstore.google.com/detail/smmry-xt/oipkbgjabopdcfjbdjgablcjpjpoajci
Opis SMMRY-XT is an extension that allows you to quickly summarize most articles on the web using the SMMRY summarization…
Rozmiar pliku 850 KB
Liczba instalacji 328
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2023-02-26
Data Publikacji 2022-03-15
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper atharva.fulay
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.atharvafulay.com/smmry-xt
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SMMRY-XT",
    "version": "1.1.0",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "scripting",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": ".\/img\/s.png"
    }
}