Tweaks for Google Voice™
Make your Google Voice page a little better.
Tweaks for Google Voice™คืออะไร?
Tweaks for Google Voice™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Will McSweeney และคุณลักษณะหลักของมันคือ "Make your Google Voice page a little better."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tweaks for Google Voice™
ดาวน์โหลดไฟล์ส่วนขยาย Tweaks for Google Voice™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds useful tweaks to your Google Voice page. Currently adds a new call/message/voicemail counter to the page icon and title, as well as keep the page up to date in the background. Changelog: • 3.2.4 - fix double count • 3.2.3 - update in bg, improve icon • 3.1.2 - update title, bug fixes • 3.0.0 - major update Permissions: • voice.google.com - add tweaks to GVoice page
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tweaks for Google Voice™ |
ID | lomidmppcdmojcgfnpfkmhbnakbnmaff |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tweaks-for-google-voice/lomidmppcdmojcgfnpfkmhbnakbnmaff |
คำอธิบาย | Make your Google Voice page a little better. |
ขนาดไฟล์ | 18.69 KB |
จำนวนการติดตั้ง | 6,276 |
เวอร์ชันปัจจุบัน | 3.2.4 |
อัปเดตครั้งล่าสุด | 2023-03-03 |
วันที่เผยแพร่ | 2018-07-18 |
คะแนน | 3.95/5 รวมทั้งหมด 37 คะแนน |
ผู้พัฒนา | Will McSweeney |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "tweaker.js" ], "matches": [ "https:\/\/voice.google.com\/*" ], "run_at": "document_end" } ], "background": { "scripts": [ "worker.js" ], "persistent": true }, "description": "Make your Google Voice page a little better.", "icons": { "128": "icon.png", "16": "icon.png", "32": "icon.png" }, "manifest_version": 2, "name": "Tweaks for Google Voice\u2122", "short_name": "GVoice Tweaks", "version": "3.2.4" } |