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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ksaga และคุณลักษณะหลักของมันคือ "The background color of the original Google plus site is too bright. This extension makes it comfortable."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sawayaka Background for Google Plus

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Sawayaka Background for Google Plus Sawayaka Background for Google Plus
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"
            ]
        }
    ]
}