1paragraph

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

Apa itu 1paragraph?

1paragraph adalah ekstensi Chrome yang dikembangkan oleh https://1paragraph.app, dan fitur utamanya adalah "show pages in reader mode and add them to the 1paragraph library".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi 1paragraph

Unduh file ekstensi 1paragraph dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama 1paragraph 1paragraph
ID ngfenbamjdaifmejohlpegiakpnkglje
URL Resmi https://chromewebstore.google.com/detail/1paragraph/ngfenbamjdaifmejohlpegiakpnkglje
Deskripsi show pages in reader mode and add them to the 1paragraph library
Ukuran File 309 KB
Jumlah Instalasi 291
Versi Saat Ini 1.2
Terakhir Diperbarui 2022-11-22
Tanggal Publikasi 2022-11-22
Pengembang https://1paragraph.app
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://1paragraph.app
URL Halaman Kebijakan Privasi https://www.privacypolicygenerator.info/live.php?token=8xIQCqIflxkSmi6WO1jx2kzkQpWRKJFG
Bahasa yang Didukung 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"
    }
}