Google Voice Paginated Texts
Adds load last 5 link to texts.
ما هو Google Voice Paginated Texts؟
Google Voice Paginated Texts هو إضافة Chrome تم تطويرها بواسطة codabrink، والميزة الرئيسية لها هي "Adds load last 5 link to texts.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Voice Paginated Texts
قم بتنزيل ملفات الامتداد Google Voice Paginated Texts بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Read more than 2 texts at once by automatically loading last 7 texts and adding a "Show 5 more" texts link to better manage your google voice interface.
I also put other tweaks in here as well.
Version 1.6:
Hide the annoying survey banner. Added toggle button in the left menu. معلومات أساسية عن التمديد
| الاسم | |
| ID | necmgnhmkphmjpddncmklalagjebbbea |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/google-voice-paginated-te/necmgnhmkphmjpddncmklalagjebbbea |
| الوصف | Adds load last 5 link to texts. |
| حجم الملف | 32.52 KB |
| عدد التثبيتات | 2,045 |
| النسخة الحالية | 1.7 |
| آخر تحديث | 2015-06-16 |
| تاريخ النشر | 2015-06-16 |
| تقييم | 4.27/5 مجموع تقييمات 22 |
| المطور | codabrink |
| نوع الدفع | free |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"content_scripts": [
{
"js": [
"jquery.js",
"app.js"
],
"css": [
"app.css"
],
"matches": [
"https:\/\/www.google.com\/voice*"
],
"run_at": "document_start"
}
],
"description": "Adds load last 5 link to texts.",
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwPTgkQB1BT8RV6igFs7gP9Jzd7AIP7a+yyPrp\/5AFRqUadKC0ZqxJHPDKP9Tn+jI09U2s9yCd1G77BSojV\/NnM83JQt\/V0LzAo25FZ8t3Nh9lHCXidNUSQoyeTI\/\/1VjepDbCrx3yitSSipAZaxOpNQQSWKlMECd333dNTsNFSQIDAQAB",
"manifest_version": 2,
"name": "Google Voice Paginated Texts",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.7"
} | |