SummarLight

Highlights the most important parts of articles!

Vad är SummarLight?

SummarLight är en Chrome-tillägg utvecklad av steamata.ai, och dess huvudfunktion är "Highlights the most important parts of articles!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner SummarLight-förlängningens CRX-fil

Ladda ner SummarLight-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn SummarLight SummarLight
ID ligjmagakdphdlenhhncfegpdbbendlg
Officiell webbadress https://chrome.google.com/webstore/detail/summarlight/ligjmagakdphdlenhhncfegpdbbendlg
Beskrivning Highlights the most important parts of articles!
Filstorlek 113 KB
Antal Installationer 396
Aktuell Version 0.7.4
Senast Uppdaterad 2019-03-26
Publiceringsdatum 2019-03-26
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare steamata.ai
Betalningssätt free
Tilläggswebbplats https://medium.com/@btahir/introducing-summary-light-a-chrome-extension-that-highlights-the-most-important-parts-of-an-1666e10411a8
Stödda Språk 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"
    }
}