Bookmarks by Date
Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.
Apa itu Bookmarks by Date?
Bookmarks by Date adalah ekstensi Chrome yang dikembangkan oleh kirk272, dan fitur utamanya adalah "Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bookmarks by Date
Unduh file ekstensi Bookmarks by Date dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Bookmarks by Date |
ID | pomjhbedidaoemdkgbnbkdioimdefphh |
URL Resmi | https://chromewebstore.google.com/detail/bookmarks-by-date/pomjhbedidaoemdkgbnbkdioimdefphh |
Deskripsi | Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added. |
Ukuran File | 438 KB |
Jumlah Instalasi | 417 |
Versi Saat Ini | 1.0.4 |
Terakhir Diperbarui | 2018-08-26 |
Tanggal Publikasi | 2018-08-25 |
Penilaian | 4.29/5 Total 7 Penilaian |
Pengembang | kirk272 |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |