Crazy Page

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

什麼是Crazy Page?

Crazy Page是由https://steven-roberts.github.io開發的Chrome擴展程式,該擴展的主要功能是“Turn any webpage into a crazy page with the click of a button”。

擴展截圖

screenshot
screenshot

下載Crazy Page擴展crx文件

下載Crazy Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        ]
    }
}