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" } } |