1paragraph

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

ما هو 1paragraph؟

1paragraph هو إضافة Chrome تم تطويرها بواسطة https://1paragraph.app، والميزة الرئيسية لها هي "show pages in reader mode and add them to the 1paragraph library".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة 1paragraph

قم بتنزيل ملفات الامتداد 1paragraph بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم 1paragraph 1paragraph
ID ngfenbamjdaifmejohlpegiakpnkglje
عنوان URL الرسمي https://chromewebstore.google.com/detail/1paragraph/ngfenbamjdaifmejohlpegiakpnkglje
الوصف show pages in reader mode and add them to the 1paragraph library
حجم الملف 309 KB
عدد التثبيتات 291
النسخة الحالية 1.2
آخر تحديث 2022-11-22
تاريخ النشر 2022-11-22
المطور https://1paragraph.app
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://1paragraph.app
عنوان صفحة سياسة الخصوصية https://www.privacypolicygenerator.info/live.php?token=8xIQCqIflxkSmi6WO1jx2kzkQpWRKJFG
اللغات المدعومة 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"
    }
}