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
官方網址 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"
    }
}