Rotaty

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

ما هو Rotaty؟

Rotaty هو إضافة Chrome تم تطويرها بواسطة Hassan El Desouky، والميزة الرئيسية لها هي "Rotaty is a Chrome extension that rotates images inside of Facebook.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Rotaty

قم بتنزيل ملفات الامتداد Rotaty بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Rotaty Rotaty
ID ihheadokjmlbodbmoomoikieiiihonnj
عنوان URL الرسمي https://chromewebstore.google.com/detail/rotaty/ihheadokjmlbodbmoomoikieiiihonnj
الوصف Rotaty is a Chrome extension that rotates images inside of Facebook.
حجم الملف 1.2 MB
عدد التثبيتات 388
النسخة الحالية 0.1
آخر تحديث 2019-01-05
تاريخ النشر 2019-01-01
تقييم 5.00/5 مجموع تقييمات 3
المطور Hassan El Desouky
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    }
}