Submary

Submary official chrome extension

Was ist Submary?

Submary ist eine Chrome-Erweiterung, die von https://submary.com entwickelt wurde, und ihr Hauptmerkmal ist "Submary official chrome extension".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Submary-Erweiterungs-CRX-Datei herunterladen

Laden Sie Submary-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Submary Submary
ID koidbemodmpmdncelgigjojmofpgonmj
Offizielle URL https://chromewebstore.google.com/detail/submary/koidbemodmpmdncelgigjojmofpgonmj
Beschreibung Submary official chrome extension
Dateigröße 473 KB
Installationsanzahl 41
Aktuelle Version 0.2.6
Letztes Update 2022-10-12
Veröffentlichungsdatum 2022-01-11
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://submary.com
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://submary.com
Unterstützte Sprachen 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
}