Rotaty

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

Rotaty क्या है?

Rotaty Hassan El Desouky द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Rotaty is a Chrome extension that rotates images inside of Facebook."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Rotaty एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}