Submary

Submary official chrome extension

Cos'è Submary?

Submary è un'estensione di Chrome sviluppata da https://submary.com, e la sua funzione principale è "Submary official chrome extension".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Submary

Scarica i file di estensione Submary in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Submary allows you to understand the essence of a text in a few seconds. It analyzes the content to extract the most relevant sentences and provide a concise summary.  By highlighting key words and sentences directly in the text, it allows you to grasp the most important information of an article at a glance.

- fast reading
- read faster
- speed reading
- deep reading
- highlight / highlighting
- summary
- automatic summary
- TLDR                    

Informazioni di Base sull'Estensione

Nome Submary Submary
ID koidbemodmpmdncelgigjojmofpgonmj
URL Ufficiale https://chromewebstore.google.com/detail/submary/koidbemodmpmdncelgigjojmofpgonmj
Descrizione Submary official chrome extension
Dimensione del File 473 KB
Conteggio Installazioni 41
Versione Corrente 0.2.6
Ultimo Aggiornamento 2022-10-12
Data di Pubblicazione 2022-01-11
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://submary.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://submary.com
Lingue Supportate en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Submary",
    "version": "0.2.6",
    "description": "Submary official chrome extension",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "options_page": "onboarding-page.html",
    "action": {
        "default_title": "Submary",
        "default_icon": "\/images\/logo128.png"
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    },
    "default_locale": "en",
    "manifest_version": 3
}