Set as desktop background

Change your desktop wallpaper directly from your web browser

什么是Set as desktop background?

Set as desktop background是由https://jairocontreras.github.io开发的Chrome扩展程序,该扩展的主要功能是“Change your desktop wallpaper directly from your web browser”。

扩展截图

screenshot

下载Set as desktop background扩展crx文件

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