Crazy Page
Turn any webpage into a crazy page with the click of a button
Was ist Crazy Page?
Crazy Page ist eine Chrome-Erweiterung, die von https://steven-roberts.github.io entwickelt wurde, und ihr Hauptmerkmal ist "Turn any webpage into a crazy page with the click of a button".
Erweiterungsscreenshots
Crazy Page-Erweiterungs-CRX-Datei herunterladen
Laden Sie Crazy Page-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Crazy Page |
ID | kfieapkahkkhclonobinbonddbfkpbck |
Offizielle URL | https://chromewebstore.google.com/detail/crazy-page/kfieapkahkkhclonobinbonddbfkpbck |
Beschreibung | Turn any webpage into a crazy page with the click of a button |
Dateigröße | 25.56 KB |
Installationsanzahl | 20,000 |
Aktuelle Version | 2.1.0 |
Letztes Update | 2018-07-21 |
Veröffentlichungsdatum | 2018-07-21 |
Bewertung | 4.51/5 Insgesamt 71 Bewertungen |
Entwickler | https://steven-roberts.github.io |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Steven-Roberts/Crazy-Page |
Hilfeseite URL | https://github.com/Steven-Roberts/Crazy-Page/issues |
Unterstützte Sprachen | 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" ] } } |