1paragraph
show pages in reader mode and add them to the 1paragraph library
Co je 1paragraph?
1paragraph je rozšíření Chrome vyvinuté https://1paragraph.app, a jeho hlavní funkcí je „show pages in reader mode and add them to the 1paragraph library“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření 1paragraph
Stáhněte si soubory rozšíření 1paragraph ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | 1paragraph |
ID | ngfenbamjdaifmejohlpegiakpnkglje |
Oficiální URL | https://chromewebstore.google.com/detail/1paragraph/ngfenbamjdaifmejohlpegiakpnkglje |
Popis | show pages in reader mode and add them to the 1paragraph library |
Velikost souboru | 309 KB |
Počet instalací | 291 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2022-11-22 |
Datum Vydání | 2022-11-22 |
Vývojář | https://1paragraph.app |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://1paragraph.app |
URL Stránky Zásad Ochrany Soukromí | https://www.privacypolicygenerator.info/live.php?token=8xIQCqIflxkSmi6WO1jx2kzkQpWRKJFG |
Podporované Jazyky | 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" } } |