Set as desktop background
Change your desktop wallpaper directly from your web browser
Hvad er Set as desktop background?
Set as desktop background er en Chrome-udvidelse udviklet af https://jairocontreras.github.io, og dens hovedfunktion er "Change your desktop wallpaper directly from your web browser".
Udvidelsesskærmbilleder
Download Set as desktop background-udvidelses-CRX-fil
Download Set as desktop background-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Set as desktop background |
ID | kpnohlcoegedfpikkadcoljdjnijbelp |
Officiel URL | https://chromewebstore.google.com/detail/set-as-desktop-background/kpnohlcoegedfpikkadcoljdjnijbelp |
Beskrivelse | Change your desktop wallpaper directly from your web browser |
Filstørrelse | 12.92 KB |
Antal Installationer | 1,172 |
Nuværende Version | 1.34 |
Senest Opdateret | 2024-02-05 |
Udgivelsesdato | 2020-06-06 |
Bedømmelse | 3.80/5 Samlet 10 Bedømmelser |
Udvikler | https://jairocontreras.github.io |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |