Crazy Page
Turn any webpage into a crazy page with the click of a button
Cos'è Crazy Page?
Crazy Page è un'estensione di Chrome sviluppata da https://steven-roberts.github.io, e la sua funzione principale è "Turn any webpage into a crazy page with the click of a button".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Crazy Page
Scarica i file di estensione Crazy Page in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Crazy Page |
ID | kfieapkahkkhclonobinbonddbfkpbck |
URL Ufficiale | https://chromewebstore.google.com/detail/crazy-page/kfieapkahkkhclonobinbonddbfkpbck |
Descrizione | Turn any webpage into a crazy page with the click of a button |
Dimensione del File | 25.56 KB |
Conteggio Installazioni | 20,000 |
Versione Corrente | 2.1.0 |
Ultimo Aggiornamento | 2018-07-21 |
Data di Pubblicazione | 2018-07-21 |
Valutazione | 4.51/5 Totale 71 Valutazioni |
Sviluppatore | https://steven-roberts.github.io |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Steven-Roberts/Crazy-Page |
URL della Pagina di Aiuto | https://github.com/Steven-Roberts/Crazy-Page/issues |
Lingue Supportate | 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" ] } } |