Set as desktop background
Change your desktop wallpaper directly from your web browser
Co je Set as desktop background?
Set as desktop background je rozšíření Chrome vyvinuté https://jairocontreras.github.io, a jeho hlavní funkcí je „Change your desktop wallpaper directly from your web browser“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Set as desktop background
Stáhněte si soubory rozšíření Set as desktop background ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Set as desktop background |
ID | kpnohlcoegedfpikkadcoljdjnijbelp |
Oficiální URL | https://chromewebstore.google.com/detail/set-as-desktop-background/kpnohlcoegedfpikkadcoljdjnijbelp |
Popis | Change your desktop wallpaper directly from your web browser |
Velikost souboru | 12.92 KB |
Počet instalací | 1,172 |
Aktuální Verze | 1.34 |
Poslední Aktualizace | 2024-02-05 |
Datum Vydání | 2020-06-06 |
Hodnocení | 3.80/5 Celkem 10 Hodnocení |
Vývojář | https://jairocontreras.github.io |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |