Rotaty

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

Wat is Rotaty?

Rotaty is een Chrome-extensie ontwikkeld door Hassan El Desouky, en de belangrijkste functie is "Rotaty is a Chrome extension that rotates images inside of Facebook.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Rotaty

Download Rotaty-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

                        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.                    

Basisinformatie over de Extensie

Naam Rotaty Rotaty
ID ihheadokjmlbodbmoomoikieiiihonnj
Officiële URL https://chromewebstore.google.com/detail/rotaty/ihheadokjmlbodbmoomoikieiiihonnj
Beschrijving Rotaty is a Chrome extension that rotates images inside of Facebook.
Bestandsgrootte 1.2 MB
Aantal Installaties 388
Huidige Versie 0.1
Laatst Bijgewerkt 2019-01-05
Publicatiedatum 2019-01-01
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Hassan El Desouky
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}