Recent Bookmarks
Easily access your recent bookmarks or search for them
What is Recent Bookmarks?
Recent Bookmarks is a Chrome extension developed by sodik, and its main feature is "Easily access your recent bookmarks or search for them".
Extension Screenshots
Download Recent Bookmarks Extension CRX File
Download Recent Bookmarks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Recent Bookmarks |
ID | jiccoelcmhpbnpalcgfoppfmhehogdbl |
Official URL | https://chromewebstore.google.com/detail/recent-bookmarks/jiccoelcmhpbnpalcgfoppfmhehogdbl |
Description | Easily access your recent bookmarks or search for them |
File Size | 320 KB |
Installation Count | 770 |
Current Version | 0.7.0 |
Last Updated | 2023-12-10 |
Publish Date | 2017-07-20 |
Rating | 4.29/5 Total 7 Ratings |
Developer | sodik |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/sodik82/recent-bookmarks |
Supported Languages | 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" } |