Friendly Voice

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

Friendly Voice là gì?

Friendly Voice là một tiện ích mở rộng Chrome được phát triển bởi https://codingeverything.com, và tính năng chính của nó là "Makes Google Voice a little friendlier when you type more than 320 characters.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Friendly Voice

Tải xuống các tệp mở rộng Friendly Voice dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Friendly Voice Friendly Voice
ID jllcpomhmjkgngnjcjccfchgnbkkhhke
URL Chính Thức https://chromewebstore.google.com/detail/friendly-voice/jllcpomhmjkgngnjcjccfchgnbkkhhke
Mô tả Makes Google Voice a little friendlier when you type more than 320 characters.
Kích Thước Tệp 33.19 KB
Số Lần Cài Đặt 135
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2014-09-06
Ngày Phát Hành 2014-09-06
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://codingeverything.com
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/KyleMit/FriendlyVoice
URL Trang Trợ Giúp https://github.com/KyleMit/FriendlyVoice/issues
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}