1paragraph

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

什么是1paragraph?

1paragraph是由https://1paragraph.app开发的Chrome扩展程序,该扩展的主要功能是“show pages in reader mode and add them to the 1paragraph library”。

扩展截图

screenshot

下载1paragraph扩展crx文件

下载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"
    }
}