SummarLight
Highlights the most important parts of articles!
Cos'è SummarLight?
SummarLight è un'estensione di Chrome sviluppata da steamata.ai, e la sua funzione principale è "Highlights the most important parts of articles!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SummarLight
Scarica i file di estensione SummarLight in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | ligjmagakdphdlenhhncfegpdbbendlg |
URL Ufficiale | https://chrome.google.com/webstore/detail/summarlight/ligjmagakdphdlenhhncfegpdbbendlg |
Descrizione | Highlights the most important parts of articles! |
Dimensione del File | 113 KB |
Conteggio Installazioni | 396 |
Versione Corrente | 0.7.4 |
Ultimo Aggiornamento | 2019-03-26 |
Data di Pubblicazione | 2019-03-26 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | steamata.ai |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://medium.com/@btahir/introducing-summary-light-a-chrome-extension-that-highlights-the-most-important-parts-of-an-1666e10411a8 |
Lingue Supportate | 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" } } |