Rotaty

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

Apa itu Rotaty?

Rotaty adalah ekstensi Chrome yang dikembangkan oleh Hassan El Desouky, dan fitur utamanya adalah "Rotaty is a Chrome extension that rotates images inside of Facebook.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Rotaty

Unduh file ekstensi Rotaty 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

                        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.                    

Informasi Dasar Ekstensi

Nama Rotaty Rotaty
ID ihheadokjmlbodbmoomoikieiiihonnj
URL Resmi https://chromewebstore.google.com/detail/rotaty/ihheadokjmlbodbmoomoikieiiihonnj
Deskripsi Rotaty is a Chrome extension that rotates images inside of Facebook.
Ukuran File 1.2 MB
Jumlah Instalasi 388
Versi Saat Ini 0.1
Terakhir Diperbarui 2019-01-05
Tanggal Publikasi 2019-01-01
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Hassan El Desouky
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}