Set as desktop background

Change your desktop wallpaper directly from your web browser

Vad är Set as desktop background?

Set as desktop background är en Chrome-tillägg utvecklad av https://jairocontreras.github.io, och dess huvudfunktion är "Change your desktop wallpaper directly from your web browser".

Tilläggsskärmbilder

screenshot

Ladda ner Set as desktop background-förlängningens CRX-fil

Ladda ner Set as desktop background-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Set as desktop background Set as desktop background
ID kpnohlcoegedfpikkadcoljdjnijbelp
Officiell webbadress https://chromewebstore.google.com/detail/set-as-desktop-background/kpnohlcoegedfpikkadcoljdjnijbelp
Beskrivning Change your desktop wallpaper directly from your web browser
Filstorlek 12.92 KB
Antal Installationer 1,172
Aktuell Version 1.34
Senast Uppdaterad 2024-02-05
Publiceringsdatum 2020-06-06
Betyg 3.80/5 Totalt 10 Betyg
Utvecklare https://jairocontreras.github.io
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}