SummarLight
Highlights the most important parts of articles!
Co to jest SummarLight?
SummarLight to rozszerzenie Chrome opracowane przez steamata.ai, a jego główną funkcją jest „Highlights the most important parts of articles!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SummarLight
Pobierz pliki rozszerzeń SummarLight w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ligjmagakdphdlenhhncfegpdbbendlg |
Oficjalny URL | https://chrome.google.com/webstore/detail/summarlight/ligjmagakdphdlenhhncfegpdbbendlg |
Opis | Highlights the most important parts of articles! |
Rozmiar pliku | 113 KB |
Liczba instalacji | 396 |
Aktualna Wersja | 0.7.4 |
Ostatnia Aktualizacja | 2019-03-26 |
Data Publikacji | 2019-03-26 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | steamata.ai |
Typ Płatności | free |
Strona Rozszerzenia | https://medium.com/@btahir/introducing-summary-light-a-chrome-extension-that-highlights-the-most-important-parts-of-an-1666e10411a8 |
Obsługiwane Języki | 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" } } |