Change Background, set custom wallpaper
This extension sets custom background for web-page
Change Background, set custom wallpaper क्या है?
Change Background, set custom wallpaper shulaykin1 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension sets custom background for web-page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Change Background, set custom wallpaper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension sets custom background for web-page. To set custom background you need: 1) find nice background picture; 2) copy URL of your picture; 3) open web-page, that you like; 4) click on icon of extention; 5) paste URL and press OK - it adds your picture in PictureList; 6) click on your Picture in PictureList; It may not work on some web-sites. If you want help me improve this extension and add support of web-pages you want, please contact me. [email protected];
एक्सटेंशन की मूल जानकारी
नाम | Change Background, set custom wallpaper |
ID | nnpojipjpkoejmlcpkiedbgjlgikpndl |
आधिकारिक URL | https://chromewebstore.google.com/detail/change-background-set-cus/nnpojipjpkoejmlcpkiedbgjlgikpndl |
विवरण | This extension sets custom background for web-page |
फ़ाइल का आकार | 30.06 KB |
स्थापना संख्या | 785 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2016-09-21 |
प्रकाशन तिथि | 2016-09-21 |
रेटिंग | 2.93/5 कुल 15 रेटिंग्स |
डेवलपर | shulaykin1 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.1", "name": "Change Background, set custom wallpaper", "description": "This extension sets custom background for web-page", "browser_action": { "default_popup": "popup.html" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "storage" ], "options_page": "options.html", "content_scripts": [ { "matches": [ " |