Including more web search by default

1. Fix #376
2. Thanks @ishu3101
This commit is contained in:
bao-qian
2016-01-04 05:00:16 +00:00
parent 098db9adf6
commit ebe4804b00
20 changed files with 216 additions and 60 deletions

View File

@@ -1,12 +1,32 @@
{
"ID":"565B73353DBF4806919830B9202EE3BF",
"ActionKeywords": ["g", "wiki", "findicon"],
"Name":"Web Searches",
"Description":"Provide the web search ability",
"Author":"qianlifeng",
"Version":"1.0.0",
"Language":"csharp",
"Website":"http://www.getwox.com/plugin",
"ExecuteFileName":"Wox.Plugin.WebSearch.dll",
"IcoPath":"Images\\web_search.png"
"ID": "565B73353DBF4806919830B9202EE3BF",
"ActionKeywords": [
"g",
"wiki",
"findicon",
"facebook",
"twitter",
"maps",
"translate",
"duckduckgo",
"github",
"gist",
"gmail",
"drive",
"wolframalpha",
"stackoverflow",
"lucky",
"image",
"youtube",
"bing",
"yahoo"
],
"Name": "Web Searches",
"Description": "Provide the web search ability",
"Author": "qianlifeng",
"Version": "1.0.0",
"Language": "csharp",
"Website": "http://www.getwox.com/plugin",
"ExecuteFileName": "Wox.Plugin.WebSearch.dll",
"IcoPath": "Images\\web_search.png"
}