ReadLater
ReadLater is developed to provide e-book reading experience of internet contents such as Blogs, articles, web pages.
ReadLaterคืออะไร?
ReadLater เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dulema.com และคุณลักษณะหลักของมันคือ "ReadLater is developed to provide e-book reading experience of internet contents such as Blogs, articles, web pages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ReadLater
ดาวน์โหลดไฟล์ส่วนขยาย ReadLater ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ReadLater Introduction: 1. Have you ever stumble upon webt contents that would like to read later? Well, ReadLater is that solution. You can conveniently add blog, articles, web pages into your collection for future consumption; 2. Intelligent formatting of texts and graphics, provide magazine style reading comfort at any time of your choosing– clutter free! 3. Enhanced and convenient in-app content sharing features; 4. Making handwritten on-page notes, make bookmarks… better than the real thing! Dulema to provide Cloud services to ReadLater. Its website is dulema.com Dulema Introduction: A cross-media network library applications. Supports mainstream document (PDF, Word, PPT, ePub, Text, UMD, Google Books, RSS, HTML) to provide a unified management, reading experience! key features: 1. The popular document support to provide a unified content management, reading experience 2. Cloud notes, cloud bookmark (integrated with Evernote, Douban and Weibo) 3. Document and literature search 4. Online resources later (offline) reading 5. Slide show, handwriting and graffiti notes
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ReadLater |
ID | dnonpndeibhdojmapddbfjkldgidolml |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/readlater/dnonpndeibhdojmapddbfjkldgidolml |
คำอธิบาย | ReadLater is developed to provide e-book reading experience of internet contents such as Blogs, articles, web pages. |
ขนาดไฟล์ | 222 KB |
จำนวนการติดตั้ง | 885 |
เวอร์ชันปัจจุบัน | 3.0.6 |
อัปเดตครั้งล่าสุด | 2019-03-08 |
วันที่เผยแพร่ | 2019-03-08 |
คะแนน | 3.30/5 รวมทั้งหมด 20 คะแนน |
ผู้พัฒนา | https://dulema.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://dulema.com |
ภาษาที่รองรับ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_dulemaReadLater__", "version": "3.0.6", "manifest_version": 2, "default_locale": "zh_CN", "description": "__MSG_readLaterIntro__", "icons": { "128": "logo-128.png", "48": "logo-48.png", "16": "logo-16.png" }, "browser_action": { "default_icon": "logo-16.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "content.css" ], "js": [ "content.js" ], "run_at": "document_end", "all_frames": false } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google.com https:\/\/api.t.sina.com.cn; object-src 'self'", "background": { "page": "background.html" }, "web_accessible_resources": [ "content.html" ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "notifications", "unlimitedStorage" ] } |