Chrome History Fuzzy Search
Fuzzy search across all you history
Wat is Chrome History Fuzzy Search?
Chrome History Fuzzy Search is een Chrome-extensie ontwikkeld door Moshe Zada, en de belangrijkste functie is "Fuzzy search across all you history".
Extensie Screenshots
Download het CRX-bestand van de extensie Chrome History Fuzzy Search
Download Chrome History Fuzzy Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Access your history fast. Use Cmd+K to open the search bar. Choose page via arrows or by pressing Alt + {num}
Basisinformatie over de Extensie
Naam | Chrome History Fuzzy Search |
ID | eoifkcjmkbanbcllbnbnjohmajcjfanl |
Officiële URL | https://chromewebstore.google.com/detail/chrome-history-fuzzy-sear/eoifkcjmkbanbcllbnbnjohmajcjfanl |
Beschrijving | Fuzzy search across all you history |
Bestandsgrootte | 3.14 MB |
Aantal Installaties | 119 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2016-06-03 |
Publicatiedatum | 2016-06-03 |
Beoordeling | 3.80/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Moshe Zada |
Betalingswijze | free |
Extensiewebsite | https://github.com/MosheZada/chromeHistoryFuzz |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome History Fuzzy Search", "version": "0.0.2", "manifest_version": 2, "description": "Fuzzy search across all you history", "options_page": "html\/options.html", "permissions": [ "history", "storage", "chrome:\/\/favicon\/" ], "background": { "scripts": [ "js\/background.js" ] }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+K", "mac": "Command+K", "default": "Ctrl+K" } } }, "browser_action": { "default_popup": "html\/index.html", "default_icon": "images\/H4.png" } } |