1paragraph
show pages in reader mode and add them to the 1paragraph library
Qu'est-ce que 1paragraph ?
1paragraph est une extension Chrome développée par https://1paragraph.app, et sa fonction principale est "show pages in reader mode and add them to the 1paragraph library".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 1paragraph
Téléchargez les fichiers d'extension 1paragraph au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | 1paragraph |
ID | ngfenbamjdaifmejohlpegiakpnkglje |
URL Officiel | https://chromewebstore.google.com/detail/1paragraph/ngfenbamjdaifmejohlpegiakpnkglje |
Description | show pages in reader mode and add them to the 1paragraph library |
Taille du Fichier | 309 KB |
Nombre d'Installations | 291 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2022-11-22 |
Date de Publication | 2022-11-22 |
Développeur | https://1paragraph.app |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://1paragraph.app |
URL de la Page de Politique de Confidentialité | https://www.privacypolicygenerator.info/live.php?token=8xIQCqIflxkSmi6WO1jx2kzkQpWRKJFG |
Langues Prises en Charge | 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" } } |