Set as desktop background

Change your desktop wallpaper directly from your web browser

Co to jest Set as desktop background?

Set as desktop background to rozszerzenie Chrome opracowane przez https://jairocontreras.github.io, a jego główną funkcją jest „Change your desktop wallpaper directly from your web browser”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Set as desktop background

Pobierz pliki rozszerzeń Set as desktop background w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Set as desktop background Set as desktop background
ID kpnohlcoegedfpikkadcoljdjnijbelp
Oficjalny URL https://chromewebstore.google.com/detail/set-as-desktop-background/kpnohlcoegedfpikkadcoljdjnijbelp
Opis Change your desktop wallpaper directly from your web browser
Rozmiar pliku 12.92 KB
Liczba instalacji 1,172
Aktualna Wersja 1.34
Ostatnia Aktualizacja 2024-02-05
Data Publikacji 2020-06-06
Ocena 3.80/5 Łącznie 10 Oceny
Deweloper https://jairocontreras.github.io
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}