Rotaty

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

什么是Rotaty?

Rotaty是由Hassan El Desouky开发的Chrome扩展程序,该扩展的主要功能是“Rotaty is a Chrome extension that rotates images inside of Facebook.”。

扩展截图

screenshot
screenshot

下载Rotaty扩展crx文件

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