Add premium feature to read text from the clipboard

Repository details (talkie)
Project page
talkie
Project log category
(588 entries)
Repository
@joelpurra/talkie
Owner
@joelpurra
Contributors
Contributors on Github
Project status
⏲️ This project has had recent commits.
📂 This project is open.
🌠 This project is popular.
Repository activity period
🗓
Commits
630 commits
Stars
69 stars
Commit details (52c825ea)
Author
Authored at
Committer
Joel Purra
Committed at

Commit message

Add premium feature to read text from the clipboard

  • Fully functional in Talkie Premium on Chrome.
  • Disabled in non-Chrome.
  • Placeholder options in Talkie with a promo-text being read instead.
  • Works in any program/globally, assuming text is on the clipboard.
Raw text
Add premium feature to read text from the clipboard

- Fully functional in Talkie Premium on Chrome.
- Disabled in non-Chrome.
- Placeholder options in Talkie with a promo-text being read instead.
- Works in any program/globally, assuming text is on the clipboard.

Changed files (17)

Path Additions Deletions
README.md +23 -17
_locales/de/override.json +96 -48
_locales/en/base.json +25 -13
_locales/fr/override.json +96 -48
_locales/sv/override.json +17 -17
manifest.json +11 -0
package.json +1 -1
resources/keyboard-shortcuts/talkie-keyboard-shortcuts-02.png +- --
resources/style/shared.css +25 -5
src/background/background.js +14 -1
src/background/clipboard-manager.js +174 -0
src/background/context-menu-manager.js +133 -48
src/background/metadata-manager.js +13 -0
src/background/permissions-manager.js +191 -0
src/background/read-clipboard-manager.js +89 -0
src/frontend/shared-frontend.js +18 -2
src/options/options.html +37 -27

Commit categories (3)