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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |