SummarLight

Highlights the most important parts of articles!

Hvad er SummarLight?

SummarLight er en Chrome-udvidelse udviklet af steamata.ai, og dens hovedfunktion er "Highlights the most important parts of articles!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download SummarLight-udvidelses-CRX-fil

Download SummarLight-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

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn SummarLight SummarLight
ID ligjmagakdphdlenhhncfegpdbbendlg
Officiel URL https://chrome.google.com/webstore/detail/summarlight/ligjmagakdphdlenhhncfegpdbbendlg
Beskrivelse Highlights the most important parts of articles!
Filstørrelse 113 KB
Antal Installationer 396
Nuværende Version 0.7.4
Senest Opdateret 2019-03-26
Udgivelsesdato 2019-03-26
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler steamata.ai
Betalingsmetode free
Udvidelseswebsted https://medium.com/@btahir/introducing-summary-light-a-chrome-extension-that-highlights-the-most-important-parts-of-an-1666e10411a8
Understøttede Sprog 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"
    }
}