Landscapes In Your New Tab
Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from.
Landscapes In Your New Tab क्या है?
Landscapes In Your New Tab Kleveer Ltd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Landscapes In Your New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Landscapes In Your New Tab fills your new tabs with amazing landscape backgrounds, you can select from a wide range of backgrounds for you to enjoy every time you open a new tab. To change the background image click the Change Background Icon in the top right on new tab. By clicking Add To Chrome I agree to changing the browser new tab to that provided by the service and agree to the privacy policy and terms of use below. Please note this extension changes your new tab search to results powered by bing.com. https://landscape-theme.com/privacy.html https://landscape-theme.com/terms.html
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fmdfnigadlmkmhilakkkidahojieddpc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/landscapes-in-your-new-ta/fmdfnigadlmkmhilakkkidahojieddpc |
विवरण | Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from. |
फ़ाइल का आकार | 237 KB |
स्थापना संख्या | 9,131 |
वर्तमान संस्करण | 0.0.39 |
अंतिम अपडेट | 2022-06-09 |
प्रकाशन तिथि | 2022-06-09 |
रेटिंग | 2.00/5 कुल 1 रेटिंग्स |
डेवलपर | Kleveer Ltd |
ईमेल | [email protected] |
गोपनीयता नीति पृष्ठ URL | https://landscape-theme.com/privacy.html |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Landscapes In Your New Tab", "action": { "default_icon": { "16": "icon-16.png", "32": "icon-32.png" } }, "permissions": [ "storage", "unlimitedStorage", "alarms" ], "background": { "service_worker": "background.bundle.js" }, "icons": { "48": "icon-128.png", "128": "icon-128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "manifest_version": 3, "description": "Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from.", "version": "0.0.39", "host_permissions": [ "*:\/\/landscape-theme.com\/*" ] } |