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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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