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 扩展基本信息
| 名称 | |
| ID | nfdldcdnbmcfbfcoljedibanidjdgjbf |
| 官方URL | 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
} | |