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
Eメール [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"
    }
}