Bookmarks by Date
Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.
Bookmarks by Dateคืออะไร?
Bookmarks by Date เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kirk272 และคุณลักษณะหลักของมันคือ "Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bookmarks by Date
ดาวน์โหลดไฟล์ส่วนขยาย Bookmarks by Date ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When the popup is scrolled, a bubble containing the date is displayed next to the scrollbar. The date can be displayed in many different languages, and the extension supports both light and dark themes. Based on the Recent Bookmarks extension by zamtools.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bookmarks by Date |
ID | pomjhbedidaoemdkgbnbkdioimdefphh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bookmarks-by-date/pomjhbedidaoemdkgbnbkdioimdefphh |
คำอธิบาย | Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added. |
ขนาดไฟล์ | 438 KB |
จำนวนการติดตั้ง | 417 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2018-08-26 |
วันที่เผยแพร่ | 2018-08-25 |
คะแนน | 4.29/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | kirk272 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmarks by Date", "version": "1.0.4", "manifest_version": 2, "description": "Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "bookmarks", "storage" ] } |