Recent history search
type 'recent' and then search only through recent history
O que é Recent history search?
Recent history search é uma extensão do Chrome desenvolvida por spencermountain, e sua principal característica é "type 'recent' and then search only through recent history".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Recent history search
Baixe arquivos de extensão Recent history search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Recent history search |
ID | nfdldcdnbmcfbfcoljedibanidjdgjbf |
URL Oficial | https://chromewebstore.google.com/detail/recent-history-search/nfdldcdnbmcfbfcoljedibanidjdgjbf |
Descrição | type 'recent' and then search only through recent history |
Tamanho do Arquivo | 24.01 KB |
Contagem de Instalações | 84 |
Versão Atual | 1.1 |
Última Atualização | 2014-04-20 |
Data de Publicação | 2014-04-20 |
Classificação | 2.00/5 Total de 1 Avaliações |
Desenvolvedor | spencermountain |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://github.com/spencermountain/spencers-chrome-extensions/tree/master/recent |
Idiomas Suportados | 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 } |