Friendly Voice
Makes Google Voice a little friendlier when you type more than 320 characters.
Co je Friendly Voice?
Friendly Voice je rozšíření Chrome vyvinuté https://codingeverything.com, a jeho hlavní funkcí je „Makes Google Voice a little friendlier when you type more than 320 characters.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Friendly Voice
Stáhněte si soubory rozšíření Friendly Voice ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Friendly Voice |
ID | jllcpomhmjkgngnjcjccfchgnbkkhhke |
Oficiální URL | https://chromewebstore.google.com/detail/friendly-voice/jllcpomhmjkgngnjcjccfchgnbkkhhke |
Popis | Makes Google Voice a little friendlier when you type more than 320 characters. |
Velikost souboru | 33.19 KB |
Počet instalací | 135 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2014-09-06 |
Datum Vydání | 2014-09-06 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | https://codingeverything.com |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/KyleMit/FriendlyVoice |
URL Stránky Nápovědy | https://github.com/KyleMit/FriendlyVoice/issues |
Podporované Jazyky | 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" ] } ] } |