1paragraph

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

Hvad er 1paragraph?

1paragraph er en Chrome-udvidelse udviklet af https://1paragraph.app, og dens hovedfunktion er "show pages in reader mode and add them to the 1paragraph library".

Udvidelsesskærmbilleder

screenshot

Download 1paragraph-udvidelses-CRX-fil

Download 1paragraph-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn 1paragraph 1paragraph
ID ngfenbamjdaifmejohlpegiakpnkglje
Officiel URL https://chromewebstore.google.com/detail/1paragraph/ngfenbamjdaifmejohlpegiakpnkglje
Beskrivelse show pages in reader mode and add them to the 1paragraph library
Filstørrelse 309 KB
Antal Installationer 291
Nuværende Version 1.2
Senest Opdateret 2022-11-22
Udgivelsesdato 2022-11-22
Udvikler https://1paragraph.app
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://1paragraph.app
URL til Fortrolighedspolitik Side https://www.privacypolicygenerator.info/live.php?token=8xIQCqIflxkSmi6WO1jx2kzkQpWRKJFG
Understøttede Sprog 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"
    }
}