Friendly Voice

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

Friendly Voice क्या है?

Friendly Voice https://codingeverything.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes Google Voice a little friendlier when you type more than 320 characters."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Friendly Voice एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Friendly Voice Friendly Voice
ID jllcpomhmjkgngnjcjccfchgnbkkhhke
आधिकारिक URL https://chromewebstore.google.com/detail/friendly-voice/jllcpomhmjkgngnjcjccfchgnbkkhhke
विवरण Makes Google Voice a little friendlier when you type more than 320 characters.
फ़ाइल का आकार 33.19 KB
स्थापना संख्या 135
वर्तमान संस्करण 1.2
अंतिम अपडेट 2014-09-06
प्रकाशन तिथि 2014-09-06
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://codingeverything.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/KyleMit/FriendlyVoice
सहायता पृष्ठ URL https://github.com/KyleMit/FriendlyVoice/issues
समर्थित भाषाएँ 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"
            ]
        }
    ]
}