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"
            ]
        }
    ]
}