1paragraph
show pages in reader mode and add them to the 1paragraph library
Τι είναι το 1paragraph;
Το 1paragraph είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://1paragraph.app, και η κύρια λειτουργία του είναι "show pages in reader mode and add them to the 1paragraph library".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης 1paragraph
Λήψη αρχείων επέκτασης 1paragraph σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | 1paragraph |
ID | ngfenbamjdaifmejohlpegiakpnkglje |
Επίσημο URL | https://chromewebstore.google.com/detail/1paragraph/ngfenbamjdaifmejohlpegiakpnkglje |
Περιγραφή | show pages in reader mode and add them to the 1paragraph library |
Μέγεθος Αρχείου | 309 KB |
Αριθμός Εγκαταστάσεων | 291 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2022-11-22 |
Ημερομηνία Δημοσίευσης | 2022-11-22 |
Προγραμματιστής | https://1paragraph.app |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://1paragraph.app |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.privacypolicygenerator.info/live.php?token=8xIQCqIflxkSmi6WO1jx2kzkQpWRKJFG |
Υποστηριζόμενες Γλώσσες | 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" } } |