Purple Background Daily
Designed for purple color lovers. Change your new tab with random purple background!
Purple Background Daily क्या है?
Purple Background Daily https://bg.smallcolortools.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Designed for purple color lovers. Change your new tab with random purple background!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Purple Background Daily एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension is created for the fans of purple color. It randomly presents a hand-picked beautiful purple background in every new tab. The background is lockable and you are free to lock/unlock it anytime. Main features: * In the upper right corner, clicking on lock icon can lock/unlock current background. Once locked, the background will be used for any new tab. When unlocked, a random background will shown in every new tab. * In the lower right corner, clicking on rotation icon can switch to new background, without leaving current tab.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lekpchklgceelnfdlbnlnacmiajflmgl |
आधिकारिक URL | https://chrome.google.com/webstore/detail/purple-background-daily/lekpchklgceelnfdlbnlnacmiajflmgl |
विवरण | Designed for purple color lovers. Change your new tab with random purple background! |
फ़ाइल का आकार | 80.21 KB |
स्थापना संख्या | 71 |
वर्तमान संस्करण | 0.1.1 |
अंतिम अपडेट | 2023-02-28 |
प्रकाशन तिथि | 2022-10-12 |
डेवलपर | https://bg.smallcolortools.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://bg.smallcolortools.com |
सहायता पृष्ठ URL | https://bg.smallcolortools.com/contact.php |
गोपनीयता नीति पृष्ठ URL | https://bg.smallcolortools.com/privacy.php |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Purple Background Daily", "version": "0.1.1", "description": "Designed for purple color lovers. Change your new tab with random purple background!", "icons": { "16": "icons\/logo.png", "48": "icons\/logo.png", "128": "icons\/logo.png" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_title": "purple-newtab", "default_icon": "icons\/logo.png" }, "chrome_url_overrides": { "newtab": "main.html" }, "permissions": [ "storage" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" } } |