Recent history search
type 'recent' and then search only through recent history
¿Qué es Recent history search?
Recent history search es una extensión de Chrome desarrollada por spencermountain, y su función principal es "type 'recent' and then search only through recent history".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Recent history search
Descarga archivos de extensión Recent history search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Recent history search |
ID | nfdldcdnbmcfbfcoljedibanidjdgjbf |
URL Oficial | https://chromewebstore.google.com/detail/recent-history-search/nfdldcdnbmcfbfcoljedibanidjdgjbf |
Descripción | type 'recent' and then search only through recent history |
Tamaño del Archivo | 24.01 KB |
Cantidad de Instalaciones | 84 |
Versión Actual | 1.1 |
Última Actualización | 2014-04-20 |
Fecha de Publicación | 2014-04-20 |
Calificación | 2.00/5 Total de 1 Calificaciones |
Desarrollador | spencermountain |
Tipo de Pago | free |
URL de la Página de Ayuda | https://github.com/spencermountain/spencers-chrome-extensions/tree/master/recent |
Idiomas Soportados | 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 } |