Save to Gentle Reader
Bookmark any article you find around the web directly to your Gentle Reader Bookmarks for reading later
Save to Gentle Readerคืออะไร?
Save to Gentle Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://gentlereader.com และคุณลักษณะหลักของมันคือ "Bookmark any article you find around the web directly to your Gentle Reader Bookmarks for reading later"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save to Gentle Reader
ดาวน์โหลดไฟล์ส่วนขยาย Save to Gentle Reader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You are the Gentle Reader This app is for you. It civilises the experience of online reading. Use Gentle Reader to — Browse articles from almost any publication or website — Bookmark articles for reading later — See what people with similar reading habits to you are also reading All in elegant plain text. If you think that sounds like a mashup of Google Reader, Pinboard and Instapaper, then we’re thinking the same way. Browsing, bookmarking and saving are the one-two-three of serious reading. They flow together. Gentle Reader brings them together. And that’s where the magic begins. Once you start reading and bookmarking on Gentle Reader, you can ask Gentle Reader to find other readers with very similar reading habits to yours, and then to show you what other articles they are also reading. Just think about that for a moment. Alone, you can read widely. Together, we can read everything. This is collective intelligence, with no artificial ingredients. RSS / Twitter reading and mining re-invented
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kghdhemhpcoiddhaokoakhpahdfbnnee |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/save-to-gentle-reader/kghdhemhpcoiddhaokoakhpahdfbnnee |
คำอธิบาย | Bookmark any article you find around the web directly to your Gentle Reader Bookmarks for reading later |
ขนาดไฟล์ | 762 KB |
จำนวนการติดตั้ง | 15 |
เวอร์ชันปัจจุบัน | 1.1.3 |
อัปเดตครั้งล่าสุด | 2018-08-25 |
วันที่เผยแพร่ | 2018-08-25 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://gentlereader.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://gentlereader.com |
URL หน้าช่วยเหลือ | https://gentlereader.com |
URL หน้านโยบายความเป็นส่วนตัว | https://gentlereader.com/privacy-policy.html |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save to Gentle Reader", "description": "Bookmark any article you find around the web directly to your Gentle Reader Bookmarks for reading later", "version": "1.1.3", "icons": { "16": "assets\/images\/icon-16.png", "32": "assets\/images\/icon-32.png", "64": "assets\/images\/icon-64.png", "128": "assets\/images\/icon-128.png" }, "background": { "page": "observer.html" }, "browser_action": { "default_icon": "assets\/images\/icon.png", "default_title": "Save to Gentle Reader" }, "permissions": [ "tabs", "activeTab", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.cronycle.com; object-src 'self'" } |