perminent askew

Askews any webpage

什么是perminent askew?

perminent askew是由http://codersdilemma.com开发的Chrome扩展程序,该扩展的主要功能是“Askews any webpage”。

扩展截图

screenshot

下载perminent askew扩展crx文件

下载perminent askew扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Permanent Askew 

Features
  Allows you to rotate the page.

That's it.



If you have any bugs or features suggesting just send them to 
[email protected]                    

扩展基本信息

名称 perminent askew perminent askew
ID gejdlmhhfonifmknhjhfmlpgficjfjoc
官方URL https://chrome.google.com/webstore/detail/perminent-askew/gejdlmhhfonifmknhjhfmlpgficjfjoc
简介 Askews any webpage
文件大小 13.63 KB
安装次数 150
当前版本 4.0
更新时间 2017-09-19
上架时间 2017-09-19
评分 4.40/5 共5次评分
开发者 http://codersdilemma.com
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "perminent askew",
    "short_name": "askeeww",
    "description": "Askews any webpage",
    "version": "4.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}