Recent history search
type 'recent' and then search only through recent history
Vad är Recent history search?
Recent history search är en Chrome-tillägg utvecklad av spencermountain, och dess huvudfunktion är "type 'recent' and then search only through recent history".
Tilläggsskärmbilder
Ladda ner Recent history search-förlängningens CRX-fil
Ladda ner Recent history search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Recent history search |
ID | nfdldcdnbmcfbfcoljedibanidjdgjbf |
Officiell webbadress | https://chromewebstore.google.com/detail/recent-history-search/nfdldcdnbmcfbfcoljedibanidjdgjbf |
Beskrivning | type 'recent' and then search only through recent history |
Filstorlek | 24.01 KB |
Antal Installationer | 84 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2014-04-20 |
Publiceringsdatum | 2014-04-20 |
Betyg | 2.00/5 Totalt 1 Betyg |
Utvecklare | spencermountain |
Betalningssätt | free |
Hjälpsida URL | https://github.com/spencermountain/spencers-chrome-extensions/tree/master/recent |
Stödda Språk | 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 } |