Recent history search
type 'recent' and then search only through recent history
Co to jest Recent history search?
Recent history search to rozszerzenie Chrome opracowane przez spencermountain, a jego główną funkcją jest „type 'recent' and then search only through recent history”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Recent history search
Pobierz pliki rozszerzeń Recent history search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | nfdldcdnbmcfbfcoljedibanidjdgjbf |
| Oficjalny URL | https://chromewebstore.google.com/detail/recent-history-search/nfdldcdnbmcfbfcoljedibanidjdgjbf |
| Opis | type 'recent' and then search only through recent history |
| Rozmiar pliku | 24.01 KB |
| Liczba instalacji | 84 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2014-04-20 |
| Data Publikacji | 2014-04-20 |
| Ocena | 2.00/5 Łącznie 1 Oceny |
| Deweloper | spencermountain |
| Typ Płatności | free |
| Adres URL Strony Pomocy | https://github.com/spencermountain/spencers-chrome-extensions/tree/master/recent |
| Obsługiwane Języki | 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
} | |