GitHub Color Changer
This extension changes the GitHub Icon Color Randomly
GitHub Color Changer là gì?
GitHub Color Changer là một tiện ích mở rộng Chrome được phát triển bởi https://timothycarambat.com, và tính năng chính của nó là "This extension changes the GitHub Icon Color Randomly".
Tải xuống tệp CRX của tiện ích mở rộng GitHub Color Changer
Tải xuống các tệp mở rộng GitHub Color Changer 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
This simple extension changes the current styling of the github header Octocat. It will change the color from white to any color in the rainbow, which looks great against the black header bar that is not very lively. A small, but warm change for the career developer.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GitHub Color Changer |
ID | hldkfdccdlbahaaipmopnajgpggfdmkb |
URL Chính Thức | https://chromewebstore.google.com/detail/github-color-changer/hldkfdccdlbahaaipmopnajgpggfdmkb |
Mô tả | This extension changes the GitHub Icon Color Randomly |
Kích Thước Tệp | 49.82 KB |
Số Lần Cài Đặt | 44 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2017-04-02 |
Ngày Phát Hành | 2017-04-01 |
Nhà Phát Triển | https://timothycarambat.com |
[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", "name": "GitHub Color Changer", "version": "0.0.1", "manifest_version": 2, "description": "This extension changes the GitHub Icon Color Randomly", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "tabs", "*:\/\/github.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/github.com\/*" ], "js": [ "js\/jquery.min.js", "js\/color_change.js" ] } ] } |