Recent history search
type 'recent' and then search only through recent history
Wat is Recent history search?
Recent history search is een Chrome-extensie ontwikkeld door spencermountain, en de belangrijkste functie is "type 'recent' and then search only through recent history".
Extensie Screenshots
Download het CRX-bestand van de extensie Recent history search
Download Recent history 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
if you're looking for a page you've been to recently, you can type 'recent' in the taskbar and it returns only matches you've been to lately. a nice way to filter down omnibar results, and i nice way to glance quickly at your browsing history. type 'recent bbc' and see the bbc articles you've read today, etc
Basisinformatie over de Extensie
Naam | Recent history search |
ID | nfdldcdnbmcfbfcoljedibanidjdgjbf |
Officiële URL | https://chromewebstore.google.com/detail/recent-history-search/nfdldcdnbmcfbfcoljedibanidjdgjbf |
Beschrijving | type 'recent' and then search only through recent history |
Bestandsgrootte | 24.01 KB |
Aantal Installaties | 84 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2014-04-20 |
Publicatiedatum | 2014-04-20 |
Beoordeling | 2.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | spencermountain |
Betalingswijze | free |
Help Pagina-URL | https://github.com/spencermountain/spencers-chrome-extensions/tree/master/recent |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Recent history search", "description": " type 'recent' and then search only through recent history", "version": "1.1", "background": { "scripts": [ "background.js" ] }, "omnibox": { "keyword": "recent" }, "permissions": [ "history" ], "icons": { "16": "icon.png", "48": "tie48.png", "128": "tie128.png" }, "manifest_version": 2 } |