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 |
官方網址 | 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" ] } ] } |