Rotate Google Hangouts
This extension will rotate your google hangouts screen.
Rotate Google Hangoutsとは何ですか?
Rotate Google Hangoutsはviolinaginによって開発されたChromeの拡張機能で、その主な機能は「This extension will rotate your google hangouts screen.」です。
Rotate Google Hangouts拡張機能のCRXファイルをダウンロード
Rotate Google Hangouts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple app to rotate the body of the google hangouts page.
拡張機能の基本情報
名前 | |
ID | cflpbjihpbmfjcnocpjnndneeiiopfii |
公式URL | https://chrome.google.com/webstore/detail/rotate-google-hangouts/cflpbjihpbmfjcnocpjnndneeiiopfii |
説明 | This extension will rotate your google hangouts screen. |
ファイルサイズ | 5.86 KB |
インストール数 | 450 |
現在のバージョン | 1.0 |
最終更新日 | 2014-04-07 |
公開日 | 2014-04-07 |
評価 | 1.67/5 合計 3 レビュー |
開発者 | violinagin |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rotate Google Hangouts", "description": "This extension will rotate your google hangouts screen.", "version": "1.0", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "icon1.png", "default_popup": "popup.html" } } |