Links
截图:
简介:
快速搜索书签和自定义链接
功能:
- 通过书签搜索
- 通过服务器中的自定义数据进行搜索(json 数据)
- 多种自定义数据源
- 热键控制
- 最喜欢的链接
Json数据示例:
[
{
‘id’:1,
'标题':'谷歌',
'url': 'https://google.com',
'标签': ['搜索', '查找']
},
{
‘id’:2,
'标题': 'Yandex',
'url': 'https://yandex.ru',
'标签':['搜索'、'yandex'、'查找']
},
{
‘id’:3,
'标题': '脸书',
'url': 'https://facebook.com',
'标签':['社交','人']
},
{
‘id’:4,
'标题': 'Instagram',
'url': 'https://instagram.com',
'标签':['社交','insta','照片','人物','instagram']
}
]