Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lafcadia committed May 3, 2024
1 parent be16e2b commit 887dcd9
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# SearchButton

A HTML tag definition of my search tag.
An HTML tag definition of my search tag.

## Why?
Because most of us do not want to bother with someone asking stupid questions, we would like to throw him

**A BIG BUTTON THAT WILL TAKE HIM IMMEDIATELY TO THE SEARCH ENGINE**.

like this:

![Search "What is CMD?"](https://github.com/Lafcadia/SearchButton/assets/147896059/98e6dc4c-3c41-4a0c-ae42-ba699000cfde)

By writing `<search type="google" content="What is CMD?" newWindow="True"></search>`

## Usage

Expand All @@ -12,7 +23,7 @@ Example:
<search type="baidu" content="12" newWindow="true"></search>
```

It will show us a button. By clicking the button, a new tab will appear, and it will search 12 in Baidu Search Engine.
It will show us a button. A new tab will appear by clicking the button, and it will search 12 in Baidu Search Engine.

It also supports Bing, Yandex, Sogou, 360(S360) and GitHub.

Expand Down

0 comments on commit 887dcd9

Please sign in to comment.