Purple Background Daily

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

ما هو Purple Background Daily؟

Purple Background Daily هو إضافة Chrome تم تطويرها بواسطة https://bg.smallcolortools.com، والميزة الرئيسية لها هي "Designed for purple color lovers. Change your new tab with random purple background!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Purple Background Daily

قم بتنزيل ملفات الامتداد Purple Background Daily بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension is created for the fans of purple color. It randomly presents a hand-picked beautiful purple 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 shown in every new tab. 

* In the lower right corner, clicking on rotation icon can switch to new background, without leaving current tab.                    

معلومات أساسية عن التمديد

الاسم Purple Background Daily Purple Background Daily
ID lekpchklgceelnfdlbnlnacmiajflmgl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/purple-background-daily/lekpchklgceelnfdlbnlnacmiajflmgl
الوصف Designed for purple color lovers. Change your new tab with random purple background!
حجم الملف 80.21 KB
عدد التثبيتات 71
النسخة الحالية 0.1.1
آخر تحديث 2023-02-28
تاريخ النشر 2022-10-12
المطور https://bg.smallcolortools.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://bg.smallcolortools.com
عنوان صفحة المساعدة https://bg.smallcolortools.com/contact.php
عنوان صفحة سياسة الخصوصية https://bg.smallcolortools.com/privacy.php
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Purple Background Daily",
    "version": "0.1.1",
    "description": "Designed for purple color lovers. Change your new tab with random purple background!",
    "icons": {
        "16": "icons\/logo.png",
        "48": "icons\/logo.png",
        "128": "icons\/logo.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "purple-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';"
    }
}