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란 무엇입니까?
Sawayaka Background for Google Plus은(는) ksaga에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The background color of the original Google plus site is too bright. This extension makes it comfortable."입니다.
확장 프로그램 스크린샷
Sawayaka Background for Google Plus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | |
ID | lofcmcbaobdegdfmeahjookgenkokcmb |
공식 URL | https://chrome.google.com/webstore/detail/lofcmcbaobdegdfmeahjookgenkokcmb |
설명 | The background color of the original Google plus site is too bright. This extension makes it comfortable. |
파일 크기 | 10.54 KB |
설치 횟수 | 139 |
현재 버전 | 2.4.1 |
최근 업데이트 | 2013-10-08 |
출시 날짜 | 2013-10-08 |
평점 | 3.60/5 총 10 개의 평점 |
개발자 | ksaga |
결제 유형 | free |
지원되는 언어 | 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" ] } ] } |