New Tab Background Image Extension
Replace the default new tab page content with any background image.
New Tab Background Image Extension क्या है?
New Tab Background Image Extension linuscedergren द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace the default new tab page content with any background image."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में New Tab Background Image Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension replaces the default new tab page with a custom background image page. You can add any image you like as a background image for the new tab page.
एक्सटेंशन की मूल जानकारी
नाम | New Tab Background Image Extension |
ID | iohffbeoicpkdleboejfalnmmokbfcep |
आधिकारिक URL | https://chromewebstore.google.com/detail/new-tab-background-image/iohffbeoicpkdleboejfalnmmokbfcep |
विवरण | Replace the default new tab page content with any background image. |
फ़ाइल का आकार | 8.27 KB |
स्थापना संख्या | 73 |
वर्तमान संस्करण | 1.4.0 |
अंतिम अपडेट | 2022-10-29 |
प्रकाशन तिथि | 2020-09-27 |
डेवलपर | linuscedergren |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab Background Image Extension", "version": "1.4.0", "manifest_version": 3, "description": "Replace the default new tab page content with any background image.", "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": ".\/index.html" }, "icons": { "128": ".\/icon.png" } } |