riAngle

This extension can flip a photo

Apa itu riAngle?

riAngle adalah ekstensi Chrome yang dikembangkan oleh hippiman1221, dan fitur utamanya adalah "This extension can flip a photo".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi riAngle

Unduh file ekstensi riAngle dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama riAngle riAngle
ID bmnfcmfbdkaodabigppmniclbjaeenhh
URL Resmi https://chromewebstore.google.com/detail/riangle/bmnfcmfbdkaodabigppmniclbjaeenhh
Deskripsi This extension can flip a photo
Ukuran File 8.43 KB
Jumlah Instalasi 30
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-02-09
Tanggal Publikasi 2020-02-09
Penilaian 5.00/5 Total 2 Penilaian
Pengembang hippiman1221
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}