Friendly Voice
Makes Google Voice a little friendlier when you type more than 320 characters.
O que é Friendly Voice?
Friendly Voice é uma extensão do Chrome desenvolvida por https://codingeverything.com, e sua principal característica é "Makes Google Voice a little friendlier when you type more than 320 characters.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Friendly Voice
Baixe arquivos de extensão Friendly Voice no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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. You can look at it, run it on your own, or fork it from here: https://github.com/KyleMit/FriendlyVoice Also includes ability to resize message box area and ability to incrementally show hidden messages
Informações Básicas da Extensão
Nome | Friendly Voice |
ID | jllcpomhmjkgngnjcjccfchgnbkkhhke |
URL Oficial | https://chromewebstore.google.com/detail/friendly-voice/jllcpomhmjkgngnjcjccfchgnbkkhhke |
Descrição | Makes Google Voice a little friendlier when you type more than 320 characters. |
Tamanho do Arquivo | 33.19 KB |
Contagem de Instalações | 135 |
Versão Atual | 1.2 |
Última Atualização | 2014-09-06 |
Data de Publicação | 2014-09-06 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://codingeverything.com |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/KyleMit/FriendlyVoice |
URL da Página de Ajuda | https://github.com/KyleMit/FriendlyVoice/issues |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Friendly Voice", "version": "1.2", "description": "Makes Google Voice a little friendlier when you type more than 320 characters.", "icons": { "16": "Icons\/Logo16.png", "32": "Icons\/Logo32.png", "48": "Icons\/Logo48.png", "128": "Icons\/Logo128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/voice*" ], "js": [ "script.js" ], "css": [ "style.css" ] } ] } |