1paragraph
show pages in reader mode and add them to the 1paragraph library
What is 1paragraph?
1paragraph is a Chrome extension developed by https://1paragraph.app, and its main feature is "show pages in reader mode and add them to the 1paragraph library".
Extension Screenshots
Download 1paragraph Extension CRX File
Download 1paragraph extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | 1paragraph |
ID | ngfenbamjdaifmejohlpegiakpnkglje |
Official URL | https://chromewebstore.google.com/detail/1paragraph/ngfenbamjdaifmejohlpegiakpnkglje |
Description | show pages in reader mode and add them to the 1paragraph library |
File Size | 309 KB |
Installation Count | 291 |
Current Version | 1.2 |
Last Updated | 2022-11-22 |
Publish Date | 2022-11-22 |
Developer | https://1paragraph.app |
[email protected] | |
Payment Type | free |
Extension Website | https://1paragraph.app |
Privacy Policy Page URL | https://www.privacypolicygenerator.info/live.php?token=8xIQCqIflxkSmi6WO1jx2kzkQpWRKJFG |
Supported Languages | 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" } } |