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"입니다.
확장 프로그램 스크린샷
Crazy Page 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } } |