Set as desktop background
Change your desktop wallpaper directly from your web browser
Qu'est-ce que Set as desktop background ?
Set as desktop background est une extension Chrome développée par https://jairocontreras.github.io, et sa fonction principale est "Change your desktop wallpaper directly from your web browser".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Set as desktop background
Téléchargez les fichiers d'extension Set as desktop background au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Set as desktop background |
ID | kpnohlcoegedfpikkadcoljdjnijbelp |
URL Officiel | https://chromewebstore.google.com/detail/set-as-desktop-background/kpnohlcoegedfpikkadcoljdjnijbelp |
Description | Change your desktop wallpaper directly from your web browser |
Taille du Fichier | 12.92 KB |
Nombre d'Installations | 1,172 |
Version Actuelle | 1.34 |
Dernière Mise à Jour | 2024-02-05 |
Date de Publication | 2020-06-06 |
Évaluation | 3.80/5 Total 10 Évaluations |
Développeur | https://jairocontreras.github.io |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |