Rotaty

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

O que é Rotaty?

Rotaty é uma extensão do Chrome desenvolvida por Hassan El Desouky, e sua principal característica é "Rotaty is a Chrome extension that rotates images inside of Facebook.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Rotaty

Baixe arquivos de extensão Rotaty no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Rotaty Rotaty
ID ihheadokjmlbodbmoomoikieiiihonnj
URL Oficial https://chromewebstore.google.com/detail/rotaty/ihheadokjmlbodbmoomoikieiiihonnj
Descrição Rotaty is a Chrome extension that rotates images inside of Facebook.
Tamanho do Arquivo 1.2 MB
Contagem de Instalações 388
Versão Atual 0.1
Última Atualização 2019-01-05
Data de Publicação 2019-01-01
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Hassan El Desouky
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}