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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}