Recent Bookmarks
Easily access your recent bookmarks or search for them
Apa itu Recent Bookmarks?
Recent Bookmarks adalah ekstensi Chrome yang dikembangkan oleh sodik, dan fitur utamanya adalah "Easily access your recent bookmarks or search for them".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Recent Bookmarks
Unduh file ekstensi Recent Bookmarks 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
Shows recent bookmarks and opens it either in new tab or in actual tab depending on the chosen options (use CTRL to override this). You can use default shortcut Ctrl+B to open popup menu Unfortunately shortcut works only for new installation due to bug https://code.google.com/p/chromium/issues/detail?id=336420 For old user update shortcut manually via "Keyboard shortcuts" in chrome://extensions/ page First version published in 2010.
Informasi Dasar Ekstensi
Nama | Recent Bookmarks |
ID | jiccoelcmhpbnpalcgfoppfmhehogdbl |
URL Resmi | https://chromewebstore.google.com/detail/recent-bookmarks/jiccoelcmhpbnpalcgfoppfmhehogdbl |
Deskripsi | Easily access your recent bookmarks or search for them |
Ukuran File | 320 KB |
Jumlah Instalasi | 770 |
Versi Saat Ini | 0.7.0 |
Terakhir Diperbarui | 2023-12-10 |
Tanggal Publikasi | 2017-07-20 |
Penilaian | 4.29/5 Total 7 Penilaian |
Pengembang | sodik |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/sodik82/recent-bookmarks |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "img\/icon.png", "default_popup": "popup2.html" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+B" } } }, "description": "Easily access your recent bookmarks or search for them", "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png" }, "manifest_version": 3, "minimum_chrome_version": "88.0", "name": "Recent Bookmarks", "options_page": "options.html", "permissions": [ "bookmarks", "tabs", "storage" ], "version": "0.7.0" } |