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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы политики конфиденциальности 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"
    }
}