Pink Background Daily
Designed for pink color lovers. Change your new tab with random pink background!
Pink Background Daily क्या है?
Pink Background Daily https://bg.smallcolortools.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Designed for pink color lovers. Change your new tab with random pink background!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pink Background Daily एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension presents a new hand-picked beautiful pink 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 be restored. * In the lower right corner, clicking on rotation icon can switch to a new background, without leaving current tab. You can use this feature to quickly find your favorite background and then lock it.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | onkijiakbamjbidbbfmggdcchjdcbcoj |
आधिकारिक URL | https://chrome.google.com/webstore/detail/pink-background-daily/onkijiakbamjbidbbfmggdcchjdcbcoj |
विवरण | Designed for pink color lovers. Change your new tab with random pink background! |
फ़ाइल का आकार | 78.48 KB |
स्थापना संख्या | 193 |
वर्तमान संस्करण | 0.1.1 |
अंतिम अपडेट | 2023-02-28 |
प्रकाशन तिथि | 2022-10-11 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | 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": "Pink Background Daily", "version": "0.1.1", "description": "Designed for pink color lovers. Change your new tab with random pink background!", "icons": { "16": "icons\/logo.png", "48": "icons\/logo.png", "128": "icons\/logo.png" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_title": "colorful-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';" } } |