Pink background

This extension allows the users to change the background in pink color of the current page.

Pink backgroundคืออะไร?

Pink background เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dierezepte.com และคุณลักษณะหลักของมันคือ "This extension allows the users to change the background in pink color of the current page."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pink background

ดาวน์โหลดไฟล์ส่วนขยาย Pink background ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        You can now change your background color of your visited webpage. Just 2 clicks and you will have pink background.                    

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

ชื่อ Pink background Pink background
ID ehiaijjfijdbaepbhgompjomellejfoj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pink-background/ehiaijjfijdbaepbhgompjomellejfoj
คำอธิบาย This extension allows the users to change the background in pink color of the current page.
ขนาดไฟล์ 7.37 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-02-20
วันที่เผยแพร่ 2018-02-20
คะแนน 2.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://dierezepte.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://dierezepte.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pink background",
    "description": "This extension allows the users to change the background in pink color of the current page.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}