Set as desktop background
Change your desktop wallpaper directly from your web browser
Wat is Set as desktop background?
Set as desktop background is een Chrome-extensie ontwikkeld door https://jairocontreras.github.io, en de belangrijkste functie is "Change your desktop wallpaper directly from your web browser".
Extensie Screenshots
Download het CRX-bestand van de extensie Set as desktop background
Download Set as desktop background-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Set as desktop background |
ID | kpnohlcoegedfpikkadcoljdjnijbelp |
Officiële URL | https://chromewebstore.google.com/detail/set-as-desktop-background/kpnohlcoegedfpikkadcoljdjnijbelp |
Beschrijving | Change your desktop wallpaper directly from your web browser |
Bestandsgrootte | 12.92 KB |
Aantal Installaties | 1,172 |
Huidige Versie | 1.34 |
Laatst Bijgewerkt | 2024-02-05 |
Publicatiedatum | 2020-06-06 |
Beoordeling | 3.80/5 Totaal 10 Beoordelingen |
Ontwikkelaar | https://jairocontreras.github.io |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |