Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kylemit/friendlyvoice
A way to make Google Voice a little more friendly and a little less snarky when you type more than 320 characters
https://github.com/kylemit/friendlyvoice
Last synced: 16 days ago
JSON representation
A way to make Google Voice a little more friendly and a little less snarky when you type more than 320 characters
- Host: GitHub
- URL: https://github.com/kylemit/friendlyvoice
- Owner: KyleMit
- License: mit
- Created: 2014-02-22T18:42:36.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T16:59:46.000Z (over 2 years ago)
- Last Synced: 2024-10-13T18:08:31.609Z (about 1 month ago)
- Language: JavaScript
- Size: 60.5 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ![Icon](http://i.imgur.com/hQXYrFV.png) Friendly Voice Overview
>It's nice to hear a friendly voice!
This is a chome extension that provides extra functionality to help improve the [GoogleVoice](https://www.google.com/voice) UI
[![Download from chrome store](http://i.imgur.com/HVnF41Z.png)](https://chrome.google.com/webstore/detail/friendly-voice/jllcpomhmjkgngnjcjccfchgnbkkhhke)
https://chrome.google.com/webstore/detail/friendly-voice/jllcpomhmjkgngnjcjccfchgnbkkhhke## Features
### Replace 'Really?' with charcter count
Makes Google Voice a little friendlier when you type more than 320 characters.
Google Voice can send out messages of up to 440 characters, spread out over 3 different texts. When you get to the third text, google adds a snarky little message saying "Really?". This app replaces the quip with an an informative character countdown. It lets you know how many characters are remaining so you can plan your message accordingly.
![MessageLengthGif](http://i.imgur.com/bcromOq.gif)
[small demo in jsFiddle](http://jsfiddle.net/KyleMit/V2WZd/)
### Incrementally View Messages
Espcially since Google Voice has no way to split threads, they can sometimes get quite long. When you want to read a message from two seconds ago, you're forced to scroll all the way down. When you refresh the page, you're in the wrong scroll position. This allows you to just load the most recent messages, 5 messages at a time.
![IncrementalViewGif](http://i.imgur.com/GfjO0hq.gif)
[small demo in jsFiddle](http://jsfiddle.net/KyleMit/xc3hhL4z/)
### Resize Message Box
If you're going over 160 characters, it can get easy to feel lost inside of such a tiny message box. This allows you to resize it to your comfort level.
![ResizerGif](http://i.imgur.com/DnQ5s76.gif)
## Contact
You can view the code, run it on your own, or fork it from here:
https://github.com/KyleMit/FriendlyVoiceIf you are having issues with this working or there's something else about the Google Voice UI that has always bugged you, submit a *bug* or *feature request* here:
https://github.com/KyleMit/FriendlyVoice/issues