Set as desktop background
Change your desktop wallpaper directly from your web browser
Set as desktop backgroundคืออะไร?
Set as desktop background เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jairocontreras.github.io และคุณลักษณะหลักของมันคือ "Change your desktop wallpaper directly from your web browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Set as desktop background
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" ] } |