Pink Background Daily

Designed for pink color lovers. Change your new tab with random pink background!

Pink Background Dailyคืออะไร?

Pink Background Daily เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bg.smallcolortools.com และคุณลักษณะหลักของมันคือ "Designed for pink color lovers. Change your new tab with random pink background!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension presents a new hand-picked beautiful pink background in every new tab. The background is lockable and you are free to lock/unlock it anytime. 

Main features:

* In the upper right corner, clicking on lock icon can lock/unlock current background. Once locked, the background will be used for any new tab. When unlocked, a random background will be restored. 

* In the lower right corner, clicking on rotation icon can switch to a new background, without leaving current tab. You can use this feature to quickly find your favorite background and then lock it.                    

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

ชื่อ Pink Background Daily Pink Background Daily
ID onkijiakbamjbidbbfmggdcchjdcbcoj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pink-background-daily/onkijiakbamjbidbbfmggdcchjdcbcoj
คำอธิบาย Designed for pink color lovers. Change your new tab with random pink background!
ขนาดไฟล์ 78.48 KB
จำนวนการติดตั้ง 193
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2023-02-28
วันที่เผยแพร่ 2022-10-11
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://bg.smallcolortools.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://bg.smallcolortools.com
URL หน้าช่วยเหลือ https://bg.smallcolortools.com/contact.php
URL หน้านโยบายความเป็นส่วนตัว https://bg.smallcolortools.com/privacy.php
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pink Background Daily",
    "version": "0.1.1",
    "description": "Designed for pink color lovers. Change your new tab with random pink background!",
    "icons": {
        "16": "icons\/logo.png",
        "48": "icons\/logo.png",
        "128": "icons\/logo.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "colorful-newtab",
        "default_icon": "icons\/logo.png"
    },
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}