mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-24 04:00:02 +01:00
@@ -14,7 +14,7 @@ namespace Wox.Plugin.PluginManagement
|
||||
{
|
||||
public class Main : IPlugin, IPluginI18n
|
||||
{
|
||||
private static string APIBASE = "https://api.getwox.com";
|
||||
private static string APIBASE = "http://api.getwox.com";
|
||||
private static string PluginConfigName = "plugin.json";
|
||||
private static string pluginSearchUrl = APIBASE + "/plugin/search/";
|
||||
private const string ListCommand = "list";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Wox [](https://ci.appveyor.com/project/qianlifeng/wox) [](https://www.bountysource.com/teams/wox?utm_source=Wox&utm_medium=shield&utm_campaign=raised) [](http://issuestats.com/github/Wox-launcher/Wox)
|
||||
=========
|
||||
[Wox](https://www.getwox.com/) is a launcher for Windows, an alternative to [Alfred](https://www.alfredapp.com/) or [Launchy](http://www.launchy.net/). You can launch everything with just a few keystrokes!
|
||||
[Wox](http://www.getwox.com/) is a launcher for Windows, an alternative to [Alfred](https://www.alfredapp.com/) or [Launchy](http://www.launchy.net/). You can launch everything with just a few keystrokes!
|
||||
|
||||
Screenshot
|
||||
=========
|
||||
@@ -10,10 +10,10 @@ Screenshot
|
||||
|
||||
Features
|
||||
=========
|
||||
1. Search all applications, folders, files, [bookmarks](https://www.getwox.com/plugin/16).
|
||||
1. Search all applications, folders, files, [bookmarks](http://www.getwox.com/plugin/16).
|
||||
2. Search Web using keyword (e.g. search google with `g search_term`)
|
||||
3. Build custom themes in [https://www.getwox.com/theme/builder](https://www.getwox.com/theme/builder)
|
||||
4. Install plugins from [https://www.getwox.com/plugin](https://www.getwox.com/plugin)
|
||||
3. Build custom themes in [http://www.getwox.com/theme/builder](http://www.getwox.com/theme/builder)
|
||||
4. Install plugins from [http://www.getwox.com/plugin](http://www.getwox.com/plugin)
|
||||
|
||||
Installation
|
||||
=========
|
||||
|
||||
Reference in New Issue
Block a user