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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change your desktop wallpaper directly from your web browser"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Set as desktop background एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |