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”。
擴展截圖
下載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 |
ID | ngfenbamjdaifmejohlpegiakpnkglje |
官方網址 | 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" } } |