Crazy Page

Turn any webpage into a crazy page with the click of a button

Crazy Page क्या है?

Crazy Page https://steven-roberts.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turn any webpage into a crazy page with the click of a button"।

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

screenshot
screenshot

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

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

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

                        Are you tired of webpages being boring?  Well you need Crazy Page!  You can turn any webpage into a crazy, rainbow-colored, animated webpage with the click of a button (or by pressing Alt-C).  It is great for pranks or just wasting time.

What's New:
Version 2.0.0 is a complete rewrite that greatly improves performance and reliability.                    

एक्सटेंशन की मूल जानकारी

नाम Crazy Page Crazy Page
ID kfieapkahkkhclonobinbonddbfkpbck
आधिकारिक URL https://chromewebstore.google.com/detail/crazy-page/kfieapkahkkhclonobinbonddbfkpbck
विवरण Turn any webpage into a crazy page with the click of a button
फ़ाइल का आकार 25.56 KB
स्थापना संख्या 20,000
वर्तमान संस्करण 2.1.0
अंतिम अपडेट 2018-07-21
प्रकाशन तिथि 2018-07-21
रेटिंग 4.51/5 कुल 71 रेटिंग्स
डेवलपर https://steven-roberts.github.io
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Steven-Roberts/Crazy-Page
सहायता पृष्ठ URL https://github.com/Steven-Roberts/Crazy-Page/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "45",
    "author": "Steven Roberts",
    "homepage_url": "https:\/\/github.com\/Steven-Roberts\/Crazy-Page",
    "name": "Crazy Page",
    "description": "Turn any webpage into a crazy page with the click of a button",
    "version": "2.1.0",
    "icons": {
        "16": "icon-16.png",
        "19": "icon-19.png",
        "38": "icon-38.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon-16.png",
            "19": "icon-19.png",
            "38": "icon-38.png",
            "48": "icon-48.png"
        }
    },
    "web_accessible_resources": [
        "animations.css"
    ],
    "commands": {
        "toggle-animations": {
            "suggested_key": {
                "default": "Alt+C"
            },
            "description": "Toggle Crazy Page"
        }
    },
    "offline_enabled": true,
    "permissions": [
        "activeTab"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}