riAngle

This extension can flip a photo

O que é riAngle?

riAngle é uma extensão do Chrome desenvolvida por hippiman1221, e sua principal característica é "This extension can flip a photo".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão riAngle

Baixe arquivos de extensão riAngle 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

                        This extension can change the orientation of the photo on the site vk.com Click on the arrow to flip the photo 90 degrees to the right.

Данное расширение способно изменить ориентацию фотографии на сайте vk.com. Нажмите на стрелочку чтобы перевернуть фотографию на 90 градусов вправо                    

Informações Básicas da Extensão

Nome riAngle riAngle
ID bmnfcmfbdkaodabigppmniclbjaeenhh
URL Oficial https://chromewebstore.google.com/detail/riangle/bmnfcmfbdkaodabigppmniclbjaeenhh
Descrição This extension can flip a photo
Tamanho do Arquivo 8.43 KB
Contagem de Instalações 30
Versão Atual 1.0
Última Atualização 2020-02-09
Data de Publicação 2020-02-09
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor hippiman1221
Tipo de Pagamento free
Idiomas Suportados ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "riAngle",
    "description": "This extension can flip a photo",
    "version": "1.0",
    "icons": {
        "128": "icon.png",
        "64": "icon.png",
        "32": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}