Recent Bookmarks

Recent Bookmarks

Easily access your recent bookmarks or search for them

Merlin
Additional files are visible only to premium users

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": {
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "88.0",
  "name": "Recent Bookmarks",
  "options_page": "options.html",
  "permissions": [
    "bookmarks",
    "tabs",
    "storage"
  ],
  "version": "0.7.0"
}