By: umitaltintas
Inspect and view changes in Fuzzy History Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Fuzzy History Search",
"version": "1.0.8",
"description": "VS Code style fuzzy history search via omnibox. Type 'h ' to activate.",
"permissions": [
"history",
"tabs",
"activeTab",
"scripting"
],
"omnibox": {
"keyword": "h"
},
"background": {
"service_worker": "background.js",
"scripts": [
"background.js"
]
},
"commands": {
"open-fuzzy-search": {
"suggested_key": {
"default": "Ctrl+Shift+E",
"mac": "Command+E"
},
"description": "Open fuzzy history search window"
}
},
"icons": {
"16": "icons/icon-16.png",
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; img-src 'self' data: https:"
},
"browser_specific_settings": {
"gecko": {
"id": "fuzzy-history-search@umitaltintas.dev",
"strict_min_version": "109.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best Fuzzy History Search Alternatives
Here are some Firefox add-ons that are similar to Fuzzy History Search: