Rotate

This extensions messes with your head

Rotateとは何ですか?

Rotateはmtsquireによって開発されたChromeの拡張機能で、その主な機能は「This extensions messes with your head」です。

拡張機能のスクリーンショット

screenshot

Rotate拡張機能のCRXファイルをダウンロード

Rotate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Mess with your co-workers. Install this plugin to rotate every page by .5 degrees :).                    

拡張機能の基本情報

名前 Rotate Rotate
ID kgemaifmnoknnfbecnjdimmjpjhaioec
公式URL https://chrome.google.com/webstore/detail/rotate/kgemaifmnoknnfbecnjdimmjpjhaioec
説明 This extensions messes with your head
ファイルサイズ 4.2 KB
インストール数 56
現在のバージョン 1.1
最終更新日 2015-11-04
公開日 2015-11-04
評価 4.33/5 合計 3 レビュー
開発者 mtsquire
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rotate",
    "description": "This extensions messes with your head",
    "version": "1.1",
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "yourcss.css"
            ]
        }
    ]
}