1paragraph
show pages in reader mode and add them to the 1paragraph library
Co to jest 1paragraph?
1paragraph to rozszerzenie Chrome opracowane przez https://1paragraph.app, a jego główną funkcją jest „show pages in reader mode and add them to the 1paragraph library”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia 1paragraph
Pobierz pliki rozszerzeń 1paragraph 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
1paragraph is a reader for ePubs and web pages. For every text, it stores the last paragraph you read, shows that paragraph in the library view and scrolls to that paragraph when you open the book. In the library view, texts are sorted by the date on which they were last read. Use the chrome extension to show web pages in reader mode and to add them to the library.
Podstawowe informacje o rozszerzeniu
Nazwa | 1paragraph |
ID | ngfenbamjdaifmejohlpegiakpnkglje |
Oficjalny URL | https://chromewebstore.google.com/detail/1paragraph/ngfenbamjdaifmejohlpegiakpnkglje |
Opis | show pages in reader mode and add them to the 1paragraph library |
Rozmiar pliku | 309 KB |
Liczba instalacji | 291 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2022-11-22 |
Data Publikacji | 2022-11-22 |
Deweloper | https://1paragraph.app |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://1paragraph.app |
Adres URL Strony Polityki Prywatności | https://www.privacypolicygenerator.info/live.php?token=8xIQCqIflxkSmi6WO1jx2kzkQpWRKJFG |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "1paragraph", "description": "show pages in reader mode and add them to the 1paragraph library", "version": "1.2", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/1paragraph.app\/*" ], "background": { "service_worker": "background.js" }, "action": [], "icons": { "512": "icon.png" } } |