Sawayaka Background for Google Plus
The background color of the original Google plus site is too bright. This extension makes it comfortable.
Sawayaka Background for Google Plus là gì?
Sawayaka Background for Google Plus là một tiện ích mở rộng Chrome được phát triển bởi ksaga, và tính năng chính của nó là "The background color of the original Google plus site is too bright. This extension makes it comfortable.".
Ả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 Sawayaka Background for Google Plus
Tải xuống các tệp mở rộng Sawayaka Background for Google Plus 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
By this very simple extension, you can change background color of Google plus site. In default, the color is #66cdaa (or mediumaquamarine). To change the color, move your mouse on the area marked in red in the screenshot, and set the color code into the box. (FYI) color reference: http://www.colordic.org/ 2012-04-13: Added font color feature. You can darken/lighten font colors of G+ text. My G+ account is: https://plus.google.com/109370984101702523623
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lofcmcbaobdegdfmeahjookgenkokcmb |
URL Chính Thức | https://chrome.google.com/webstore/detail/lofcmcbaobdegdfmeahjookgenkokcmb |
Mô tả | The background color of the original Google plus site is too bright. This extension makes it comfortable. |
Kích Thước Tệp | 10.54 KB |
Số Lần Cài Đặt | 139 |
Phiên Bản Hiện Tại | 2.4.1 |
Cập Nhật Lần Cuối | 2013-10-08 |
Ngày Phát Hành | 2013-10-08 |
Đánh Giá | 3.60/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | ksaga |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "2.4.1", "manifest_version": 2, "default_locale": "en", "minimum_chrome_version": "6.0.0.0", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/plus.google.com\/*" ], "js": [ "main.js" ] } ] } |