Set as desktop background
Change your desktop wallpaper directly from your web browser
什麼是Set as desktop background?
Set as desktop background是由https://jairocontreras.github.io開發的Chrome擴展程式,該擴展的主要功能是“Change your desktop wallpaper directly from your web browser”。
擴展截圖
下載Set as desktop background擴展crx文件
下載Set as desktop background擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Set as desktop background |
ID | kpnohlcoegedfpikkadcoljdjnijbelp |
官方網址 | https://chromewebstore.google.com/detail/set-as-desktop-background/kpnohlcoegedfpikkadcoljdjnijbelp |
簡介 | Change your desktop wallpaper directly from your web browser |
檔案大小 | 12.92 KB |
安裝次數 | 1,172 |
目前版本 | 1.34 |
更新時間 | 2024-02-05 |
上架時間 | 2020-06-06 |
評分 | 3.80/5 共 10 次評分 |
開發者 | https://jairocontreras.github.io |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } |