Crazy Page
Turn any webpage into a crazy page with the click of a button
Qu'est-ce que Crazy Page ?
Crazy Page est une extension Chrome développée par https://steven-roberts.github.io, et sa fonction principale est "Turn any webpage into a crazy page with the click of a button".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Crazy Page
Téléchargez les fichiers d'extension Crazy Page au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Crazy Page |
ID | kfieapkahkkhclonobinbonddbfkpbck |
URL Officiel | https://chromewebstore.google.com/detail/crazy-page/kfieapkahkkhclonobinbonddbfkpbck |
Description | Turn any webpage into a crazy page with the click of a button |
Taille du Fichier | 25.56 KB |
Nombre d'Installations | 20,000 |
Version Actuelle | 2.1.0 |
Dernière Mise à Jour | 2018-07-21 |
Date de Publication | 2018-07-21 |
Évaluation | 4.51/5 Total 71 Évaluations |
Développeur | https://steven-roberts.github.io |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Steven-Roberts/Crazy-Page |
URL de la Page d'Aide | https://github.com/Steven-Roberts/Crazy-Page/issues |
Langues Prises en Charge | 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" ] } } |