SummarLight

Highlights the most important parts of articles!

Was ist SummarLight?

SummarLight ist eine Chrome-Erweiterung, die von steamata.ai entwickelt wurde, und ihr Hauptmerkmal ist "Highlights the most important parts of articles!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

SummarLight-Erweiterungs-CRX-Datei herunterladen

Laden Sie SummarLight-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

                        The SummarLight extension highlights the most important parts of an article/blog/story you are reading so you can skim through it in no time!                    

Grundlegende Informationen zur Erweiterung

Name SummarLight SummarLight
ID ligjmagakdphdlenhhncfegpdbbendlg
Offizielle URL https://chrome.google.com/webstore/detail/summarlight/ligjmagakdphdlenhhncfegpdbbendlg
Beschreibung Highlights the most important parts of articles!
Dateigröße 113 KB
Installationsanzahl 396
Aktuelle Version 0.7.4
Letztes Update 2019-03-26
Veröffentlichungsdatum 2019-03-26
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler steamata.ai
Zahlungsart free
Erweiterungswebsite https://medium.com/@btahir/introducing-summary-light-a-chrome-extension-that-highlights-the-most-important-parts-of-an-1666e10411a8
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SummarLight",
    "version": "0.7.4",
    "permissions": [
        "activeTab",
        "https:\/\/us-central1-vast-alcove-222105.cloudfunctions.net\/generate_summary"
    ],
    "description": "Highlights the most important parts of articles!",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "tab-icon.png",
        "default_title": "Highlight the most important parts",
        "default_popup": "popup.html"
    }
}