Rotate Google Hangouts
This extension will rotate your google hangouts screen.
Wat is Rotate Google Hangouts?
Rotate Google Hangouts is een Chrome-extensie ontwikkeld door violinagin, en de belangrijkste functie is "This extension will rotate your google hangouts screen.".
Download het CRX-bestand van de extensie Rotate Google Hangouts
Download Rotate Google Hangouts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A simple app to rotate the body of the google hangouts page.
Basisinformatie over de Extensie
Naam | |
ID | cflpbjihpbmfjcnocpjnndneeiiopfii |
Officiële URL | https://chrome.google.com/webstore/detail/rotate-google-hangouts/cflpbjihpbmfjcnocpjnndneeiiopfii |
Beschrijving | This extension will rotate your google hangouts screen. |
Bestandsgrootte | 5.86 KB |
Aantal Installaties | 450 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-04-07 |
Publicatiedatum | 2014-04-07 |
Beoordeling | 1.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | violinagin |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |