Styled Background

Display home and new tab background with different background images

Styled Backgroundคืออะไร?

Styled Background เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nick และคุณลักษณะหลักของมันคือ "Display home and new tab background with different background images"

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

screenshot
screenshot
screenshot

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

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

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

                        Styled Background Displays Daily new background images and quotes.
make images favorite and the favorite image will not change on next day.
You can choose any background from images list.                    

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

ชื่อ Styled Background Styled Background
ID iclgcndcdfheagebpphcnlafpilpefcn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/styled-background/iclgcndcdfheagebpphcnlafpilpefcn
คำอธิบาย Display home and new tab background with different background images
ขนาดไฟล์ 650 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2017-05-26
วันที่เผยแพร่ 2017-05-26
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Nick
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Styled Background",
    "description": "Display home and new tab background with different background images",
    "version": "1.0.1",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "incognito": "not_allowed",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/popup.js"
        ]
    }
}