1paragraph

show pages in reader mode and add them to the 1paragraph library

Wat is 1paragraph?

1paragraph is een Chrome-extensie ontwikkeld door https://1paragraph.app, en de belangrijkste functie is "show pages in reader mode and add them to the 1paragraph library".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 1paragraph

Download 1paragraph-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam 1paragraph 1paragraph
ID ngfenbamjdaifmejohlpegiakpnkglje
Officiële URL https://chromewebstore.google.com/detail/1paragraph/ngfenbamjdaifmejohlpegiakpnkglje
Beschrijving show pages in reader mode and add them to the 1paragraph library
Bestandsgrootte 309 KB
Aantal Installaties 291
Huidige Versie 1.2
Laatst Bijgewerkt 2022-11-22
Publicatiedatum 2022-11-22
Ontwikkelaar https://1paragraph.app
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://1paragraph.app
URL van de Privacybeleid Pagina https://www.privacypolicygenerator.info/live.php?token=8xIQCqIflxkSmi6WO1jx2kzkQpWRKJFG
Ondersteunde Talen 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"
    }
}