Recent history search
type 'recent' and then search only through recent history
Apa itu Recent history search?
Recent history search adalah ekstensi Chrome yang dikembangkan oleh spencermountain, dan fitur utamanya adalah "type 'recent' and then search only through recent history".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Recent history search
Unduh file ekstensi Recent history search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Recent history search |
ID | nfdldcdnbmcfbfcoljedibanidjdgjbf |
URL Resmi | https://chromewebstore.google.com/detail/recent-history-search/nfdldcdnbmcfbfcoljedibanidjdgjbf |
Deskripsi | type 'recent' and then search only through recent history |
Ukuran File | 24.01 KB |
Jumlah Instalasi | 84 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2014-04-20 |
Tanggal Publikasi | 2014-04-20 |
Penilaian | 2.00/5 Total 1 Penilaian |
Pengembang | spencermountain |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://github.com/spencermountain/spencers-chrome-extensions/tree/master/recent |
Bahasa yang Didukung | 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 } |