1paragraph
show pages in reader mode and add them to the 1paragraph library
¿Qué es 1paragraph?
1paragraph es una extensión de Chrome desarrollada por https://1paragraph.app, y su función principal es "show pages in reader mode and add them to the 1paragraph library".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión 1paragraph
Descarga archivos de extensión 1paragraph en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | 1paragraph |
ID | ngfenbamjdaifmejohlpegiakpnkglje |
URL Oficial | https://chromewebstore.google.com/detail/1paragraph/ngfenbamjdaifmejohlpegiakpnkglje |
Descripción | show pages in reader mode and add them to the 1paragraph library |
Tamaño del Archivo | 309 KB |
Cantidad de Instalaciones | 291 |
Versión Actual | 1.2 |
Última Actualización | 2022-11-22 |
Fecha de Publicación | 2022-11-22 |
Desarrollador | https://1paragraph.app |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://1paragraph.app |
URL de la Página de Política de Privacidad | https://www.privacypolicygenerator.info/live.php?token=8xIQCqIflxkSmi6WO1jx2kzkQpWRKJFG |
Idiomas Soportados | 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" } } |