Tweaks for Google Voice™

Make your Google Voice page a little better.

什麼是Tweaks for Google Voice™?

Tweaks for Google Voice™是由Will McSweeney開發的Chrome擴展程式,該擴展的主要功能是“Make your Google Voice page a little better.”。

擴展截圖

screenshot

下載Tweaks for Google Voice™擴展crx文件

下載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™ Tweaks for Google Voice™
ID lomidmppcdmojcgfnpfkmhbnakbnmaff
官方網址 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"
}