Rotaty

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

¿Qué es Rotaty?

Rotaty es una extensión de Chrome desarrollada por Hassan El Desouky, y su función principal es "Rotaty is a Chrome extension that rotates images inside of Facebook.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Rotaty

Descarga archivos de extensión Rotaty en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Rotaty Rotaty
ID ihheadokjmlbodbmoomoikieiiihonnj
URL Oficial https://chromewebstore.google.com/detail/rotaty/ihheadokjmlbodbmoomoikieiiihonnj
Descripción Rotaty is a Chrome extension that rotates images inside of Facebook.
Tamaño del Archivo 1.2 MB
Cantidad de Instalaciones 388
Versión Actual 0.1
Última Actualización 2019-01-05
Fecha de Publicación 2019-01-01
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador Hassan El Desouky
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}