Set as desktop background

Change your desktop wallpaper directly from your web browser

Was ist Set as desktop background?

Set as desktop background ist eine Chrome-Erweiterung, die von https://jairocontreras.github.io entwickelt wurde, und ihr Hauptmerkmal ist "Change your desktop wallpaper directly from your web browser".

Erweiterungsscreenshots

screenshot

Set as desktop background-Erweiterungs-CRX-Datei herunterladen

Laden Sie Set as desktop background-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Set as desktop background Set as desktop background
ID kpnohlcoegedfpikkadcoljdjnijbelp
Offizielle URL https://chromewebstore.google.com/detail/set-as-desktop-background/kpnohlcoegedfpikkadcoljdjnijbelp
Beschreibung Change your desktop wallpaper directly from your web browser
Dateigröße 12.92 KB
Installationsanzahl 1,172
Aktuelle Version 1.34
Letztes Update 2024-02-05
Veröffentlichungsdatum 2020-06-06
Bewertung 3.80/5 Insgesamt 10 Bewertungen
Entwickler https://jairocontreras.github.io
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}