perminent askew

Askews any webpage

perminent askew क्या है?

perminent askew http://codersdilemma.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Askews any webpage"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में perminent askew एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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