StackOverflow that 90's Theme
Add unnecessary clutter to give that 90's feeling to StackOverflow
StackOverflow that 90's Theme là gì?
StackOverflow that 90's Theme là một tiện ích mở rộng Chrome được phát triển bởi Alexander, và tính năng chính của nó là "Add unnecessary clutter to give that 90's feeling to StackOverflow".
Ả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 StackOverflow that 90's Theme
Tải xuống các tệp mở rộng StackOverflow that 90's Theme 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
Chrome extension to modify StackOverflow.com theme and some other stackexchange sites to the 2019 April fools theme. Based on https://stackapps.com/questions/8287/2019-april-fools-day-retro-theme Source code: https://github.com/Alexrgs/Retro_StackOverflow Special Thanks/Credits https://github.com/a-stone-arachnid/Time-Travel-Mode https://github.com/tholman/90s-cursor-effects Icons made by freepik
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | StackOverflow that 90's Theme |
ID | dhljglinknmoehnmefabbgcimlknopba |
URL Chính Thức | https://chromewebstore.google.com/detail/stackoverflow-that-90s-th/dhljglinknmoehnmefabbgcimlknopba |
Mô tả | Add unnecessary clutter to give that 90's feeling to StackOverflow |
Kích Thước Tệp | 87.04 KB |
Số Lần Cài Đặt | 30 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2021-01-18 |
Ngày Phát Hành | 2021-01-18 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Alexander |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "StackOverflow that 90's Theme", "version": "1.0.0", "icons": { "512": "party.png" }, "description": "Add unnecessary clutter to give that 90's feeling to StackOverflow", "content_scripts": [ { "js": [ "jquery-3.5.1.min.js", "fairyDustCursor.js", "content.js" ], "css": [ "content.css" ], "matches": [ "https:\/\/*.stackoverflow.com\/", "https:\/\/*.stackoverflow.com\/questions\/*", "https:\/\/*.stackoverflow.com\/questions?*", "https:\/\/*.stackoverflow.com\/tags\/*", "https:\/\/*.stackoverflow.com\/users\/*", "https:\/\/*.stackoverflow.com\/unanswered\/*", "https:\/\/*.askubuntu.com\/questions\/*", "https:\/\/*.serverfault.com\/questions\/*", "https:\/\/*.superuser.com\/questions\/*", "https:\/\/*.stackapps.com\/questions\/*", "https:\/\/*.mathoverflow.net\/questions\/*" ], "run_at": "document_start" } ], "permissions": [], "browser_action": { "default_name": "StackOverflow 90's Theme", "default_icon": "party.png" } } |