Rotaty

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

Cos'è Rotaty?

Rotaty è un'estensione di Chrome sviluppata da Hassan El Desouky, e la sua funzione principale è "Rotaty is a Chrome extension that rotates images inside of Facebook.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Rotaty

Scarica i file di estensione Rotaty in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Rotaty Rotaty
ID ihheadokjmlbodbmoomoikieiiihonnj
URL Ufficiale https://chromewebstore.google.com/detail/rotaty/ihheadokjmlbodbmoomoikieiiihonnj
Descrizione Rotaty is a Chrome extension that rotates images inside of Facebook.
Dimensione del File 1.2 MB
Conteggio Installazioni 388
Versione Corrente 0.1
Ultimo Aggiornamento 2019-01-05
Data di Pubblicazione 2019-01-01
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Hassan El Desouky
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}