My Reading List
Maintain a reading list for leisurely reading
My Reading Listคืออะไร?
My Reading List เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anand M.S และคุณลักษณะหลักของมันคือ "Maintain a reading list for leisurely reading"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย My Reading List
ดาวน์โหลดไฟล์ส่วนขยาย My Reading List ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Maintain a reading list for leisurely reading (Thanks to 'Read It Later (Pocket)') NOTE: New users, please register from the extensions options page, by providing a username and password. (Right click on the extension and go to Options) If you already have an account with readitlater, save your username/password. NOTE: No username/password is stored on any server or transferred over the network. The login credentials entered are stored locally within the browser local storage in your own systems. - When you use the extension for the first time, you will be asked to log-in with your account. - Add a web page to your reading list by clicking on the green + icon. - Run through your reading list/unread pages from the extension. - Mark a web-page as 'read', by clicking on the red tick mark against that page. - Review your the pages you have read from the 'Read' list. My other extensions: Torrent Search: https://chrome.google.com/extensions/detail/iangilbioefodhifefjcefjmdecdppip Live Twitter Search: https://chrome.google.com/extensions/detail/gkhcahpmjhkmikakojimclfndapcoebg
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | My Reading List |
ID | kdollpkhgalgcngiilcninngilhkceha |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/my-reading-list/kdollpkhgalgcngiilcninngilhkceha |
คำอธิบาย | Maintain a reading list for leisurely reading |
ขนาดไฟล์ | 122 KB |
จำนวนการติดตั้ง | 640 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2015-07-15 |
วันที่เผยแพร่ | 2015-07-14 |
คะแนน | 2.14/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | Anand M.S |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://code.google.com/p/myreadinglist/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "name": "My Reading List", "description": "Maintain a reading list for leisurely reading", "icons": { "16": "icons\/icon16x16.png", "32": "icons\/icon32x32.png", "48": "icons\/icon48x48.png", "128": "icons\/icon128x128.png" }, "browser_action": { "default_icon": "icons\/icon48x48.png", "default_title": "My reading list", "default_popup": "readinglist.html" }, "options_page": "options.html", "background": { "page": "background.html", "persistent": false }, "permissions": [ "tabs", "https:\/\/readitlaterlist.com\/v2\/*", "http:\/\/*\/" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "manifest_version": 2 } |