Reading List
A read-it-later browser extension for people with overly ambitious bookmarking habits.
Reading Listคืออะไร?
Reading List เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://emanuelfeld.github.io และคุณลักษณะหลักของมันคือ "A read-it-later browser extension for people with overly ambitious bookmarking habits."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reading List
ดาวน์โหลดไฟล์ส่วนขยาย Reading List ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
* All links are removed after a week, so either read it or forget about it * Pages bookmarked on the same day are grouped together * New bookmarks are placed at the bottom, rather than the top, so you are less distracted by flashy new links * URLs are backed up to the Internet Archive automatically
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | doaafjmonnoioanhdjllgjofacelikhl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/reading-list/doaafjmonnoioanhdjllgjofacelikhl |
คำอธิบาย | A read-it-later browser extension for people with overly ambitious bookmarking habits. |
ขนาดไฟล์ | 17.24 KB |
จำนวนการติดตั้ง | 146 |
เวอร์ชันปัจจุบัน | 0.4 |
อัปเดตครั้งล่าสุด | 2018-01-09 |
วันที่เผยแพร่ | 2018-01-09 |
คะแนน | 3.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | http://emanuelfeld.github.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/emanuelfeld/reading-list |
URL หน้าช่วยเหลือ | https://github.com/emanuelfeld/reading-list |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reading List", "version": "0.4", "description": "A read-it-later browser extension for people with overly ambitious bookmarking habits.", "author": "Emanuel Feld", "background": { "scripts": [ "js\/background.js" ] }, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "web_accessible_resources": [ "popup.html", "index.html", "js\/index.js", "js\/popup.js" ], "permissions": [ "https:\/\/web.archive.org\/*", "contextMenus", "storage", "tabs" ], "browser_action": { "default_title": "Reading List", "default_popup": "popup.html", "default_icon": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" } } } |