perminent askew

Askews any webpage

What is perminent askew?

perminent askew is a Chrome extension developed by http://codersdilemma.com, and its main feature is "Askews any webpage".

Extension Screenshots

screenshot

Download perminent askew Extension CRX File

Download perminent askew extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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]                    

Extension Basic Information

Name perminent askew perminent askew
ID gejdlmhhfonifmknhjhfmlpgficjfjoc
Official URL https://chrome.google.com/webstore/detail/perminent-askew/gejdlmhhfonifmknhjhfmlpgficjfjoc
Description Askews any webpage
File Size 13.63 KB
Installation Count 150
Current Version 4.0
Last Updated 2017-09-19
Publish Date 2017-09-19
Rating 4.40/5 Total 5 Ratings
Developer http://codersdilemma.com
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}