-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
chenjunqiang
committed
Mar 5, 2020
1 parent
b84b021
commit 1e0fc76
Showing
5 changed files
with
146 additions
and
43 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
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 |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
width: 280px; | ||
outline: none; | ||
} | ||
|
||
|
||
input { | ||
width:250px; | ||
|
@@ -45,6 +46,7 @@ | |
|
||
#bigtitle { | ||
font-size: xx-large; | ||
font-family: cursive; | ||
} | ||
|
||
</style> | ||
|
@@ -53,26 +55,28 @@ | |
<body> | ||
<div class="container"> | ||
<div class="header"> | ||
<span id="bigtitle"><a href="index.html">back</a></span> | ||
<span id="bigtitle"><a href="index.html">Back</a></span> | ||
|
||
</div> | ||
|
||
<div class="mainbody"> | ||
|
||
<br> | ||
<font style="color:blueviolet">How to use</font> | ||
|
||
<span style="color:blueviolet">- How to use</span> | ||
<ul> | ||
<li>You can press "Ctrl+Shift+F" to open this extension.</li> | ||
<li>Select a word on web ,then just press "Ctrl+Shift+F" to translate the word to chinese.</li> | ||
<li>Select a word on web ,then just press "Ctrl+Shift+F" to translate the word between English and Chinese.</li> | ||
<li>Type a word in the input field and press Enter key.</li> | ||
<li>In the new word list field, click the word to translate, double click the word to remove it when you know it.</li> | ||
<li>In the new word list field, click the word to translate, click remove link when you memorize it.</li> | ||
</ul> | ||
<br> | ||
<font style="color:blueviolet">About Translated version 0.1</font> | ||
<span style="color:blueviolet">- About Translated</span> | ||
<ul> | ||
<li>A chrome exetension to help translate English word to Chinese.It aim to provide friendly UI and keep dead easy for everything.</li> | ||
<li>Version: v0.1</li> | ||
<li>A chrome exetension to help translate between English and Chinese.It aim to provide friendly UI and try to keep dead easy.</li> | ||
<li>The translate engin is powered by <a href="https://cn.bing.com/dict" target="_blank">微软必应词典</a>.</li> | ||
<li>Developed by [email protected] and the code can be found on <a target="_blank" href="https://github.com/forestery/translated">github</a>.</li> | ||
|
||
</ul> | ||
<br> | ||
</div> | ||
|
@@ -82,4 +86,4 @@ | |
</div> | ||
|
||
</body> | ||
</html> | ||
</html> |
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
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
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