SummarLight

Highlights the most important parts of articles!

Qu'est-ce que SummarLight ?

SummarLight est une extension Chrome développée par steamata.ai, et sa fonction principale est "Highlights the most important parts of articles!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SummarLight

Téléchargez les fichiers d'extension SummarLight au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom SummarLight SummarLight
ID ligjmagakdphdlenhhncfegpdbbendlg
URL Officiel https://chrome.google.com/webstore/detail/summarlight/ligjmagakdphdlenhhncfegpdbbendlg
Description Highlights the most important parts of articles!
Taille du Fichier 113 KB
Nombre d'Installations 396
Version Actuelle 0.7.4
Dernière Mise à Jour 2019-03-26
Date de Publication 2019-03-26
Évaluation 1.00/5 Total 1 Évaluations
Développeur steamata.ai
Type de Paiement free
Site Web de l'Extension https://medium.com/@btahir/introducing-summary-light-a-chrome-extension-that-highlights-the-most-important-parts-of-an-1666e10411a8
Langues Prises en Charge 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"
    }
}