Friendly Voice
Makes Google Voice a little friendlier when you type more than 320 characters.
ما هو Friendly Voice؟
Friendly Voice هو إضافة Chrome تم تطويرها بواسطة https://codingeverything.com، والميزة الرئيسية لها هي "Makes Google Voice a little friendlier when you type more than 320 characters.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Friendly Voice
قم بتنزيل ملفات الامتداد Friendly Voice بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة المساعدة | 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" ] } ] } |