Set as desktop background

Change your desktop wallpaper directly from your web browser

Set as desktop background là gì?

Set as desktop background là một tiện ích mở rộng Chrome được phát triển bởi https://jairocontreras.github.io, và tính năng chính của nó là "Change your desktop wallpaper directly from your web browser".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Set as desktop background

Tải xuống các tệp mở rộng Set as desktop background dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Set as desktop background Set as desktop background
ID kpnohlcoegedfpikkadcoljdjnijbelp
URL Chính Thức https://chromewebstore.google.com/detail/set-as-desktop-background/kpnohlcoegedfpikkadcoljdjnijbelp
Mô tả Change your desktop wallpaper directly from your web browser
Kích Thước Tệp 12.92 KB
Số Lần Cài Đặt 1,172
Phiên Bản Hiện Tại 1.34
Cập Nhật Lần Cuối 2024-02-05
Ngày Phát Hành 2020-06-06
Đánh Giá 3.80/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://jairocontreras.github.io
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}