Search Bookmarks, History and Tabs

Search Bookmarks, History and Tabs

Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Search Bookmarks, History and Tabs",
  "description": "Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs.",
  "homepage_url": "https://github.com/Fannon/search-bookmarks-history-and-tabs",
  "author": "Simon Heimler",
  "version": "1.9.5",
  "manifest_version": 3,
  "permissions": [
    "tabs",
    "bookmarks",
    "history",
    "storage"
  ],
  "action": {
    "default_popup": "/popup/index.html",
    "default_icon": {
      "16": "/images/logo-16.png",
      "32": "/images/logo-32.png",
      "48": "/images/logo-48.png",
      "128": "/images/logo-128.png"
    }
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+Period",
        "mac": "Command+Shift+Period"
      },
      "description": "Open search popup"
    }
  },
  "icons": {
    "16": "/images/logo-16.png",
    "32": "/images/logo-32.png",
    "48": "/images/logo-48.png",
    "128": "/images/logo-128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}