Change Background, set custom wallpaper

This extension sets custom background for web-page

Change Background, set custom wallpaperคืออะไร?

Change Background, set custom wallpaper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shulaykin1 และคุณลักษณะหลักของมันคือ "This extension sets custom background for web-page"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Change Background, set custom wallpaper

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

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

                        This extension sets custom background for web-page. 
To set custom background you need:
1) find nice background picture;
2) copy URL of your picture;
3) open web-page, that you like;
4) click on icon of extention; 
5) paste URL and press OK - it adds your picture in PictureList;
6) click on your Picture in PictureList; 

It may not work on some web-sites. 
If you want help me improve this extension and add support of web-pages you want, please contact me. [email protected];                    

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

ชื่อ Change Background, set custom wallpaper Change Background, set custom wallpaper
ID nnpojipjpkoejmlcpkiedbgjlgikpndl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/change-background-set-cus/nnpojipjpkoejmlcpkiedbgjlgikpndl
คำอธิบาย This extension sets custom background for web-page
ขนาดไฟล์ 30.06 KB
จำนวนการติดตั้ง 785
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2016-09-21
วันที่เผยแพร่ 2016-09-21
คะแนน 2.93/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา shulaykin1
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1",
    "name": "Change Background, set custom wallpaper",
    "description": "This extension sets custom background for web-page",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js",
                "popup.js",
                "options.js"
            ]
        }
    ]
}