QuickRead | AI to Summarize Text on Web!
QuickRead is an Extension to summarize highlighted text on the web.
Co to jest QuickRead | AI to Summarize Text on Web!?
QuickRead | AI to Summarize Text on Web! to rozszerzenie Chrome opracowane przez Tareq Rafed, a jego główną funkcją jest „QuickRead is an Extension to summarize highlighted text on the web.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia QuickRead | AI to Summarize Text on Web!
Pobierz pliki rozszerzeń QuickRead | AI to Summarize Text on Web! 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
Highlight text and get it summarized Features: * Simple UI to get your text on the fly (Just by highlighting it) * Supports: English, German, Arabic (Classical) * Uses GPT-3 model * 100% Free * Adjustable configuration for the responses
Podstawowe informacje o rozszerzeniu
Nazwa | QuickRead | AI to Summarize Text on Web! |
ID | oeeoigffcbighbmgjcggalipepjnihpe |
Oficjalny URL | https://chromewebstore.google.com/detail/quickread-ai-to-summarize/oeeoigffcbighbmgjcggalipepjnihpe |
Opis | QuickRead is an Extension to summarize highlighted text on the web. |
Rozmiar pliku | 110 KB |
Liczba instalacji | 78 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2023-02-14 |
Data Publikacji | 2023-02-13 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Tareq Rafed |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://github.com/TareqRafed/quickread-legal/blob/main/README.md |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "QuickRead | AI to Summarize Text on Web!", "version": "0.0.1", "description": "QuickRead is an Extension to summarize highlighted text on the web.", "options_ui": { "page": "src\/pages\/options\/index.html" }, "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-128.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |