Rotaty

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

Qu'est-ce que Rotaty ?

Rotaty est une extension Chrome développée par Hassan El Desouky, et sa fonction principale est "Rotaty is a Chrome extension that rotates images inside of Facebook.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Rotaty

Téléchargez les fichiers d'extension Rotaty au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Rotaty Rotaty
ID ihheadokjmlbodbmoomoikieiiihonnj
URL Officiel https://chromewebstore.google.com/detail/rotaty/ihheadokjmlbodbmoomoikieiiihonnj
Description Rotaty is a Chrome extension that rotates images inside of Facebook.
Taille du Fichier 1.2 MB
Nombre d'Installations 388
Version Actuelle 0.1
Dernière Mise à Jour 2019-01-05
Date de Publication 2019-01-01
Évaluation 5.00/5 Total 3 Évaluations
Développeur Hassan El Desouky
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}