Recent history search
type 'recent' and then search only through recent history
什麼是Recent history search?
Recent history search是由spencermountain開發的Chrome擴展程式,該擴展的主要功能是“type 'recent' and then search only through recent history”。
擴展截圖
下載Recent history search擴展crx文件
下載Recent history search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Recent history search |
ID | nfdldcdnbmcfbfcoljedibanidjdgjbf |
官方網址 | https://chromewebstore.google.com/detail/recent-history-search/nfdldcdnbmcfbfcoljedibanidjdgjbf |
簡介 | type 'recent' and then search only through recent history |
檔案大小 | 24.01 KB |
安裝次數 | 84 |
目前版本 | 1.1 |
更新時間 | 2014-04-20 |
上架時間 | 2014-04-20 |
評分 | 2.00/5 共 1 次評分 |
開發者 | spencermountain |
付費類型 | free |
說明頁面URL | https://github.com/spencermountain/spencers-chrome-extensions/tree/master/recent |
支援的語言 | 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 } |