Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/filipeisho/pronounce into main
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeisho committed Oct 21, 2020
2 parents 4ce9a28 + 4a5f6c9 commit ba237f8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Binary file modified Archive.zip
Binary file not shown.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# double-click pronounce: power up your spoken skills 🗣🦻
# Double-click pronounce: improve your pronounciation for any language 🗣

Never doubt how to pronounce a word. Double-click it and your browser will read it out loud for you! (Works on Firefox and Chrome). Some people use double click to select a word and to then expand the selection to other words, as it would be terrible for you to listen to any selection out loud, double click pronounce will only read out loud when you double-click a single word.

Expand All @@ -7,7 +7,7 @@ Never doubt how to pronounce a word. Double-click it and your browser will read
- ✅ Works on Chrome
- ✅ Language and voice selection

<details><summary>Languages supported:</summary>
<details><summary>Click here to see all languages supported:</summary>
<p>


Expand Down Expand Up @@ -79,13 +79,13 @@ You can download the extension [here](https://addons.mozilla.org/en-US/firefox/a
### Chrome

I find it really enfuriating that you need to pay to submit an extension to chrome's store, so the steps are:
- download the zip [here](https://addons.mozilla.org/en-US/firefox/addon/double-click-pronounce/)
- uncompress it
- open chrome
- Download the zip [here](https://github.com/filipeisho/pronounce/releases/latest)
- Uncompress it
- Open chrome
- Go to Settings > Extensions > Load unpacked
- Enjoy!

Alternatively consider another browser, maybe [firefox](https://www.mozilla.org/en-US/firefox/new/)?
Alternatively consider installing another browser, maybe [firefox](https://www.mozilla.org/en-US/firefox/new/)? 😏

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"manifest_version": 2,
"name": "Double-click pronounce",
"version": "2.2",
"version": "2.3",

"description": "Never doubt how to pronounce a word. Better your spoken languages!",

Expand Down
2 changes: 1 addition & 1 deletion options.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<form>

<p id="chromeText">Options will be loaded for all new pages on Chrome.</p>
<p id="chromeText">Options will be loaded for all new pages on Chrome. Alternatively reload the page.</p>
<select id="voiceSelect"></select>
</form>

Expand Down

0 comments on commit ba237f8

Please sign in to comment.