Set as desktop background

Change your desktop wallpaper directly from your web browser

ما هو Set as desktop background؟

Set as desktop background هو إضافة Chrome تم تطويرها بواسطة https://jairocontreras.github.io، والميزة الرئيسية لها هي "Change your desktop wallpaper directly from your web browser".

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

screenshot

تحميل ملف CRX للإضافة Set as desktop background

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

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

                        This extension is compatible with Windows and requires the installation of Python and a script which serve as the native application and messaging host needed to make changes to your computer. Download links and further instructions can be found in the options page.

Additional features:
Save recently applied wallpaper to your downloads                    

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

الاسم Set as desktop background Set as desktop background
ID kpnohlcoegedfpikkadcoljdjnijbelp
عنوان URL الرسمي https://chromewebstore.google.com/detail/set-as-desktop-background/kpnohlcoegedfpikkadcoljdjnijbelp
الوصف Change your desktop wallpaper directly from your web browser
حجم الملف 12.92 KB
عدد التثبيتات 1,172
النسخة الحالية 1.34
آخر تحديث 2024-02-05
تاريخ النشر 2020-06-06
تقييم 3.80/5 مجموع تقييمات 10
المطور https://jairocontreras.github.io
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Set as desktop background",
    "version": "1.34",
    "action": {
        "default_popup": "popup.html"
    },
    "description": "Change your desktop wallpaper directly from your web browser",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "background": {
        "service_worker": "script\/background.js"
    },
    "options_page": "main.html",
    "permissions": [
        "contextMenus",
        "downloads",
        "nativeMessaging",
        "notifications",
        "storage"
    ]
}