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

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

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