Friendly Voice
Makes Google Voice a little friendlier when you type more than 320 characters.
Friendly Voiceとは何ですか?
Friendly Voiceはhttps://codingeverything.comによって開発されたChromeの拡張機能で、その主な機能は「Makes Google Voice a little friendlier when you type more than 320 characters.」です。
拡張機能のスクリーンショット
Friendly Voice拡張機能のCRXファイルをダウンロード
Friendly Voice拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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" ] } ] } |