Rotate Google Hangouts

This extension will rotate your google hangouts screen.

Co to jest Rotate Google Hangouts?

Rotate Google Hangouts to rozszerzenie Chrome opracowane przez violinagin, a jego główną funkcją jest „This extension will rotate your google hangouts screen.”.

Pobierz plik CRX rozszerzenia Rotate Google Hangouts

Pobierz pliki rozszerzeń Rotate Google Hangouts w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        A simple app to rotate the body of the google hangouts page.                    

Podstawowe informacje o rozszerzeniu

Nazwa Rotate Google Hangouts Rotate Google Hangouts
ID cflpbjihpbmfjcnocpjnndneeiiopfii
Oficjalny URL https://chrome.google.com/webstore/detail/rotate-google-hangouts/cflpbjihpbmfjcnocpjnndneeiiopfii
Opis This extension will rotate your google hangouts screen.
Rozmiar pliku 5.86 KB
Liczba instalacji 450
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-04-07
Data Publikacji 2014-04-07
Ocena 1.67/5 Łącznie 3 Oceny
Deweloper violinagin
Typ Płatności free
Obsługiwane Języki 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"
    }
}