SMMRY-XT

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

Hvad er SMMRY-XT?

SMMRY-XT er en Chrome-udvidelse udviklet af atharva.fulay, og dens hovedfunktion er "SMMRY-XT is an extension that allows you to quickly summarize most articles on the web using the SMMRY summarization…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download SMMRY-XT-udvidelses-CRX-fil

Download SMMRY-XT-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn SMMRY-XT SMMRY-XT
ID oipkbgjabopdcfjbdjgablcjpjpoajci
Officiel URL https://chromewebstore.google.com/detail/smmry-xt/oipkbgjabopdcfjbdjgablcjpjpoajci
Beskrivelse SMMRY-XT is an extension that allows you to quickly summarize most articles on the web using the SMMRY summarization…
Filstørrelse 850 KB
Antal Installationer 328
Nuværende Version 1.1.0
Senest Opdateret 2023-02-26
Udgivelsesdato 2022-03-15
Bedømmelse 4.00/5 Samlet 1 Bedømmelser
Udvikler atharva.fulay
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.atharvafulay.com/smmry-xt
Understøttede Sprog 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"
    }
}