Read Later Bookmarks
Read later view addon for chrome bookmarks
Read Later Bookmarksคืออะไร?
Read Later Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย readlaterbookmarks และคุณลักษณะหลักของมันคือ "Read later view addon for chrome bookmarks"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Read Later Bookmarks
ดาวน์โหลดไฟล์ส่วนขยาย Read Later Bookmarks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Turn your bookmarks into a read later reader without relying on any third party applications! Click on the extension icon to open its menu and start adding bookmarks as read later pages! Features - Add bookmarks as read later pages - Archive visited bookmarks to native chrome bookmark manager - Search and sort bookmarks in read later view - Archive or delete after visiting a bookmark - Export to Pocket and Instapaper - Bulk actions: archive, export, delete Planned Features - Assign and manage tags *** This extension relies on the use of the bookmark folder "Read Later Bookmarks" under "Other bookmarks". Please do not modify the folder and its contents to ensure functionality. *** This extension is open sourced at https://github.com/XcrossD/read-later-bookmarks. Bookmark icon by Icons8 Pocket icons created by Pixel perfect - Flaticon Instapaper icons created by pictogramer - Flaticon
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Read Later Bookmarks |
ID | idbfabodbjebjbhimhgfonhhbjlilffb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/read-later-bookmarks/idbfabodbjebjbhimhgfonhhbjlilffb |
คำอธิบาย | Read later view addon for chrome bookmarks |
ขนาดไฟล์ | 3 MB |
จำนวนการติดตั้ง | 32 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2022-06-21 |
วันที่เผยแพร่ | 2022-06-08 |
ผู้พัฒนา | readlaterbookmarks |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Read Later Bookmarks", "description": "Read later view addon for chrome bookmarks", "version": "1.1.1", "manifest_version": 3, "icons": { "16": "icons8-bookmark-16.png", "48": "icons8-bookmark-48.png", "128": "icons8-bookmark-128.png" }, "permissions": [ "bookmarks", "tabs", "storage", "identity" ], "host_permissions": [ "*:\/\/*\/*" ], "action": { "default_title": "Click to add page to read later bookmarks", "default_popup": "build\/popup.html" }, "background": { "service_worker": "background.js" }, "options_page": "build\/options.html" } |