1paragraph
show pages in reader mode and add them to the 1paragraph library
Vad är 1paragraph?
1paragraph är en Chrome-tillägg utvecklad av https://1paragraph.app, och dess huvudfunktion är "show pages in reader mode and add them to the 1paragraph library".
Tilläggsskärmbilder
Ladda ner 1paragraph-förlängningens CRX-fil
Ladda ner 1paragraph-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | 1paragraph |
ID | ngfenbamjdaifmejohlpegiakpnkglje |
Officiell webbadress | https://chromewebstore.google.com/detail/1paragraph/ngfenbamjdaifmejohlpegiakpnkglje |
Beskrivning | show pages in reader mode and add them to the 1paragraph library |
Filstorlek | 309 KB |
Antal Installationer | 291 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2022-11-22 |
Publiceringsdatum | 2022-11-22 |
Utvecklare | https://1paragraph.app |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://1paragraph.app |
URL till Sekretesspolicy Sidan | https://www.privacypolicygenerator.info/live.php?token=8xIQCqIflxkSmi6WO1jx2kzkQpWRKJFG |
Stödda Språk | 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" } } |