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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}