Voice Scroll
Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.
Voice Scrollとは何ですか?
Voice Scrollはalexevanczukによって開発されたChromeの拡張機能で、その主な機能は「Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.」です。
拡張機能のスクリーンショット
Voice Scroll拡張機能のCRXファイルをダウンロード
Voice Scroll拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | cgeednalmjpnlhifbphhclaheiklmafd |
| 公式URL | https://chrome.google.com/webstore/detail/voice-scroll/cgeednalmjpnlhifbphhclaheiklmafd |
| 説明 | Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations. |
| ファイルサイズ | 89.21 KB |
| インストール数 | 153 |
| 現在のバージョン | 1.2 |
| 最終更新日 | 2014-04-30 |
| 公開日 | 2014-04-30 |
| 評価 | 4.00/5 合計 1 レビュー |
| 開発者 | alexevanczuk |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"page": "background.html"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"includes\/content.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"description": "Reorganizes the Google Voice interface to replace the collapsible conversations with scrollable, resizable conversations.",
"icons": {
"128": "icons\/icon128.png",
"16": "icons\/button.png",
"48": "icons\/icon48.png"
},
"manifest_version": 2,
"name": "Voice Scroll",
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"webNavigation",
"management",
"notifications",
"webRequest",
"webRequestBlocking",
"nativeMessaging"
],
"version": "1.2",
"web_accessible_resources": [
"res\/*",
"assets\/*",
"icons\/*"
]
} | |