Rotaty

Rotaty is a Chrome extension that rotates images inside of Facebook.

Co to jest Rotaty?

Rotaty to rozszerzenie Chrome opracowane przez Hassan El Desouky, a jego główną funkcją jest „Rotaty is a Chrome extension that rotates images inside of Facebook.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Rotaty

Pobierz pliki rozszerzeń Rotaty 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

                        Sometimes when you are scrolling through Facebook you find out that there is an image but rotated.

Before you had to:
- Click or tap on the image.
- Download the image.
- Edit the image to rotate it somehow.

Now:
Within the click on the icon you can rotate the image inside of Facebook after clicking on the image.                    

Podstawowe informacje o rozszerzeniu

Nazwa Rotaty Rotaty
ID ihheadokjmlbodbmoomoikieiiihonnj
Oficjalny URL https://chromewebstore.google.com/detail/rotaty/ihheadokjmlbodbmoomoikieiiihonnj
Opis Rotaty is a Chrome extension that rotates images inside of Facebook.
Rozmiar pliku 1.2 MB
Liczba instalacji 388
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2019-01-05
Data Publikacji 2019-01-01
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Hassan El Desouky
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rotaty",
    "description": "Rotaty is a Chrome extension that rotates images inside of Facebook.",
    "icons": {
        "128": "rotateIcon128px.png"
    },
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/www.facebook.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}