1paragraph

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

Cos'è 1paragraph?

1paragraph è un'estensione di Chrome sviluppata da https://1paragraph.app, e la sua funzione principale è "show pages in reader mode and add them to the 1paragraph library".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 1paragraph

Scarica i file di estensione 1paragraph in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome 1paragraph 1paragraph
ID ngfenbamjdaifmejohlpegiakpnkglje
URL Ufficiale https://chromewebstore.google.com/detail/1paragraph/ngfenbamjdaifmejohlpegiakpnkglje
Descrizione show pages in reader mode and add them to the 1paragraph library
Dimensione del File 309 KB
Conteggio Installazioni 291
Versione Corrente 1.2
Ultimo Aggiornamento 2022-11-22
Data di Pubblicazione 2022-11-22
Sviluppatore https://1paragraph.app
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://1paragraph.app
URL della Pagina della Politica sulla Privacy https://www.privacypolicygenerator.info/live.php?token=8xIQCqIflxkSmi6WO1jx2kzkQpWRKJFG
Lingue Supportate 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"
    }
}