Crazy Page
Turn any webpage into a crazy page with the click of a button
Crazy Page là gì?
Crazy Page là một tiện ích mở rộng Chrome được phát triển bởi https://steven-roberts.github.io, và tính năng chính của nó là "Turn any webpage into a crazy page with the click of a button".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Crazy Page
Tải xuống các tệp mở rộng Crazy Page dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Crazy Page |
ID | kfieapkahkkhclonobinbonddbfkpbck |
URL Chính Thức | https://chromewebstore.google.com/detail/crazy-page/kfieapkahkkhclonobinbonddbfkpbck |
Mô tả | Turn any webpage into a crazy page with the click of a button |
Kích Thước Tệp | 25.56 KB |
Số Lần Cài Đặt | 20,000 |
Phiên Bản Hiện Tại | 2.1.0 |
Cập Nhật Lần Cuối | 2018-07-21 |
Ngày Phát Hành | 2018-07-21 |
Đánh Giá | 4.51/5 Tổng số 71 Đánh Giá |
Nhà Phát Triển | https://steven-roberts.github.io |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Steven-Roberts/Crazy-Page |
URL Trang Trợ Giúp | https://github.com/Steven-Roberts/Crazy-Page/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |