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文件
下載Sawayaka Background for Google Plus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } ] } |