Friendly Voice

Makes Google Voice a little friendlier when you type more than 320 characters.

Qu'est-ce que Friendly Voice ?

Friendly Voice est une extension Chrome développée par https://codingeverything.com, et sa fonction principale est "Makes Google Voice a little friendlier when you type more than 320 characters.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Friendly Voice

Téléchargez les fichiers d'extension Friendly Voice au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Friendly Voice Friendly Voice
ID jllcpomhmjkgngnjcjccfchgnbkkhhke
URL Officiel https://chromewebstore.google.com/detail/friendly-voice/jllcpomhmjkgngnjcjccfchgnbkkhhke
Description Makes Google Voice a little friendlier when you type more than 320 characters.
Taille du Fichier 33.19 KB
Nombre d'Installations 135
Version Actuelle 1.2
Dernière Mise à Jour 2014-09-06
Date de Publication 2014-09-06
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://codingeverything.com
Type de Paiement free
Site Web de l'Extension https://github.com/KyleMit/FriendlyVoice
URL de la Page d'Aide https://github.com/KyleMit/FriendlyVoice/issues
Langues Prises en Charge 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"
            ]
        }
    ]
}