Set as desktop background
Change your desktop wallpaper directly from your web browser
Cos'è Set as desktop background?
Set as desktop background è un'estensione di Chrome sviluppata da https://jairocontreras.github.io, e la sua funzione principale è "Change your desktop wallpaper directly from your web browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Set as desktop background
Scarica i file di estensione Set as desktop background in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Set as desktop background |
ID | kpnohlcoegedfpikkadcoljdjnijbelp |
URL Ufficiale | https://chromewebstore.google.com/detail/set-as-desktop-background/kpnohlcoegedfpikkadcoljdjnijbelp |
Descrizione | Change your desktop wallpaper directly from your web browser |
Dimensione del File | 12.92 KB |
Conteggio Installazioni | 1,172 |
Versione Corrente | 1.34 |
Ultimo Aggiornamento | 2024-02-05 |
Data di Pubblicazione | 2020-06-06 |
Valutazione | 3.80/5 Totale 10 Valutazioni |
Sviluppatore | https://jairocontreras.github.io |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |