Tweaks for Google Voice™

Make your Google Voice page a little better.

Tweaks for Google Voice™ là gì?

Tweaks for Google Voice™ là một tiện ích mở rộng Chrome được phát triển bởi Will McSweeney, và tính năng chính của nó là "Make your Google Voice page a little better.".

Ả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 Tweaks for Google Voice™

Tải xuống các tệp mở rộng Tweaks for Google 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

                        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                    

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

Tên Tweaks for Google Voice™ Tweaks for Google Voice™
ID lomidmppcdmojcgfnpfkmhbnakbnmaff
URL Chính Thức https://chromewebstore.google.com/detail/tweaks-for-google-voice/lomidmppcdmojcgfnpfkmhbnakbnmaff
Mô tả Make your Google Voice page a little better.
Kích Thước Tệp 18.69 KB
Số Lần Cài Đặt 6,276
Phiên Bản Hiện Tại 3.2.4
Cập Nhật Lần Cuối 2023-03-03
Ngày Phát Hành 2018-07-18
Đánh Giá 3.95/5 Tổng số 37 Đánh Giá
Nhà Phát Triển Will McSweeney
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}