Rotaty

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

Hvad er Rotaty?

Rotaty er en Chrome-udvidelse udviklet af Hassan El Desouky, og dens hovedfunktion er "Rotaty is a Chrome extension that rotates images inside of Facebook.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Rotaty-udvidelses-CRX-fil

Download Rotaty-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Rotaty Rotaty
ID ihheadokjmlbodbmoomoikieiiihonnj
Officiel URL https://chromewebstore.google.com/detail/rotaty/ihheadokjmlbodbmoomoikieiiihonnj
Beskrivelse Rotaty is a Chrome extension that rotates images inside of Facebook.
Filstørrelse 1.2 MB
Antal Installationer 388
Nuværende Version 0.1
Senest Opdateret 2019-01-05
Udgivelsesdato 2019-01-01
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Hassan El Desouky
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}