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
Eメール [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"
    }
}