1paragraph
show pages in reader mode and add them to the 1paragraph library
Was ist 1paragraph?
1paragraph ist eine Chrome-Erweiterung, die von https://1paragraph.app entwickelt wurde, und ihr Hauptmerkmal ist "show pages in reader mode and add them to the 1paragraph library".
Erweiterungsscreenshots
1paragraph-Erweiterungs-CRX-Datei herunterladen
Laden Sie 1paragraph-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | 1paragraph |
ID | ngfenbamjdaifmejohlpegiakpnkglje |
Offizielle URL | https://chromewebstore.google.com/detail/1paragraph/ngfenbamjdaifmejohlpegiakpnkglje |
Beschreibung | show pages in reader mode and add them to the 1paragraph library |
Dateigröße | 309 KB |
Installationsanzahl | 291 |
Aktuelle Version | 1.2 |
Letztes Update | 2022-11-22 |
Veröffentlichungsdatum | 2022-11-22 |
Entwickler | https://1paragraph.app |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://1paragraph.app |
URL der Datenschutzrichtlinien-Seite | https://www.privacypolicygenerator.info/live.php?token=8xIQCqIflxkSmi6WO1jx2kzkQpWRKJFG |
Unterstützte Sprachen | 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" } } |