-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from corbindavenport/dev
Wikipedia Search 11
- Loading branch information
Showing
17 changed files
with
11,265 additions
and
414 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,11 @@ | ||
Wikipedia Search | ||
================ | ||
# Wikipedia Search | ||
|
||
This extension adds Wikipedia searching capabilities to web browsers. To perform a search, just type 'wiki' in your browser's address bar, then press the Tab key, then type the name of the article you want. Live suggestions from Wikipedia are displayed as you type. You can also highlight any word or phrase on the web, and an option to search in Wikipedia will appear in the context menu. | ||
Wikipedia Search is an extension that adds multiple ways to search [Wikipedia](https://www.wikipedia.org/), the free encyclopedia, right in your web browser. You can type "wiki" in the browser search bar, then the Space or Tab key, to start a search with live suggestions as you type. Also, selecting a word or phrase in a web page and opening the context menu will show a Wikipedia search option. | ||
|
||
Your device's language is used as the default for searches, but you can also change it to any of the 300+ languages supported by Wikipedia. | ||
You can change the default search language to any language Wikipedia supports, and the optional multi-language search feature can override it with a different choice. Search results can be opened in the desktop Wikipedia site, the mobile site, or [Wikiwand](https://www.wikiwand.com/). | ||
|
||
[![Download for Chrome](https://corbin.io/img/chrome-button.png)](https://chrome.google.com/webstore/detail/wikipedia-search/lipakennkogpodadpikgipnogamhklmk) | ||
**[Download for Chrome](https://chrome.google.com/webstore/detail/wikipedia-search/lipakennkogpodadpikgipnogamhklmk)** | ||
|
||
__Wikipedia is a trademark of the Wikimedia Foundation. Wikipedia Search is in no way affiliated with Wikipedia or the Wikimedia Foundation.__ | ||
|
||
--------------------------------------------------------- | ||
|
||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
|
||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
|
||
You should have received a copy of the GNU General Public License | ||
along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
![Screenshot of extension](https://i.imgur.com/qs9WI07.png) |
Oops, something went wrong.