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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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" } } |