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.」です。
拡張機能のスクリーンショット
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
} | |