Reading List
This extension saves a list of links to pages to read later.
Reading Listคืออะไร?
Reading List เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alexpdraper และคุณลักษณะหลักของมันคือ "This extension saves a list of links to pages to read later."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reading List
ดาวน์โหลดไฟล์ส่วนขยาย Reading List ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This reading list extension allows you to save pages in a list to get back to later. It’s super slick and easy to use, and it helps keep your tab count down. How to use it? 1. Go to a page you want to save for later 2. Click the reading list icon on the top right of your browser Chrome Reading List icon 3. Click the + button 4. When you want to read a page you saved, open up the extension and click the reading item you want to read (control + click or command ⌘/windows key ⊞ + click to open the page in a new tab) 5. Done with a page? Click the × next to said page in your reading list, and it will magically vanish.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Reading List |
ID | lloccabjgblebdmncjndmiibianflabo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/reading-list/lloccabjgblebdmncjndmiibianflabo |
คำอธิบาย | This extension saves a list of links to pages to read later. |
ขนาดไฟล์ | 39.54 KB |
จำนวนการติดตั้ง | 46,957 |
เวอร์ชันปัจจุบัน | 2.4.4 |
อัปเดตครั้งล่าสุด | 2018-04-14 |
วันที่เผยแพร่ | 2018-04-14 |
คะแนน | 4.75/5 รวมทั้งหมด 724 คะแนน |
ผู้พัฒนา | alexpdraper |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/alexpdraper/reading-list |
ภาษาที่รองรับ | de,en,fr,es,it,bg,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png" } }, "background": { "scripts": [ "background.bundle.js" ] }, "permissions": [ "tabs", "contextMenus", "storage" ], "options_ui": { "page": "options.html", "chrome_style": true }, "minimum_chrome_version": "20", "options_page": "options.html", "version": "2.4.4" } |