riAngle

This extension can flip a photo

Wat is riAngle?

riAngle is een Chrome-extensie ontwikkeld door hippiman1221, en de belangrijkste functie is "This extension can flip a photo".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie riAngle

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

                        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 градусов вправо                    

Basisinformatie over de Extensie

Naam riAngle riAngle
ID bmnfcmfbdkaodabigppmniclbjaeenhh
Officiële URL https://chromewebstore.google.com/detail/riangle/bmnfcmfbdkaodabigppmniclbjaeenhh
Beschrijving This extension can flip a photo
Bestandsgrootte 8.43 KB
Aantal Installaties 30
Huidige Versie 1.0
Laatst Bijgewerkt 2020-02-09
Publicatiedatum 2020-02-09
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar hippiman1221
Betalingswijze free
Ondersteunde Talen 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"
    ]
}