Skip to content

Commit 311d1f1

Browse files
committed
2 parents 7aa8e9a + 36131c0 commit 311d1f1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ npm run build // or 'npm run watch' for developing
263263
- [doq](https://github.com/shivaprsd/doq)
264264
- [foliate-js](https://github.com/johnfactotum/foliate-js)
265265
- [google-translate-api](https://github.com/vitalets/google-translate-api)
266+
- [crx-live-translate](https://github.com/botbahlul/crx-live-translate/tree/main)
267+
- [voice-driven-web-apps-introduction](https://developer.chrome.com/blog/voice-driven-web-apps-introduction-to-the-web-speech-api)
266268
- [review by MagmaChipmunk](https://twitter.com/MagmaChipmunk/status/1348144312605806594)
267269
- [review by doitreview](https://doitreview.tistory.com/68?category=915950)
268270
- [review by parbat0305](https://parbat0305.tistory.com/527)

doc/intro.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,12 @@ Proletarier aller Länder, vereinigt euch!
2323
![result](/doc/16.gif)
2424
- Process OCR when hold <kbd>left shift</kbd> + <kbd>mouse over</kbd> on image (ex manga)
2525
![result](/doc/15.gif)
26+
- Activate speech recognition translator with holding <kbd>right ctrl</kbd>
27+
- Default speech recognition language is english
28+
- If speech recognition language and target language are same, it will skip
29+
- Audio permission is required
2630
- Customize shortcut key
27-
- From chrome://extensions/shortcuts
31+
- From chrome://extensions/shortcuts
2832
# Change Language
2933
- Change current language in setting page
3034
- Setting page can be found in browser top right puzzle button

0 commit comments

Comments
 (0)