NatureSearch | Custom Nature Backgrounds

This extension creates a nature background whenever a new tab is opened. It's changeable.

NatureSearch | Custom Nature Backgrounds क्या है?

NatureSearch | Custom Nature Backgrounds Adviist - Browser Extensions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension creates a nature background whenever a new tab is opened. It's changeable."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NatureSearch | Custom Nature Backgrounds एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This nature new tab browser extension creates a natural background whenever a new browser tab is opened.

If you get sick of your old background theme, you can easily use the special option to upload your own new background image. This makes the extension unique from other newtab extensions. You don't need to choose between pre-designed themes. At any given time, you can insert a fresh background of your choice.

By clicking "Add to Chrome", I accept and agree to installing the customizable nature backgrounds newtab chrome extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use- (https://adviist.com/terms.html) and Privacy Policy (https://adviist.com/privacy.html).                    

एक्सटेंशन की मूल जानकारी

नाम NatureSearch | Custom Nature Backgrounds NatureSearch | Custom Nature Backgrounds
ID npnafmbifcgelkkhhfkpokgjagnbkped
आधिकारिक URL https://chromewebstore.google.com/detail/naturesearch-custom-natur/npnafmbifcgelkkhhfkpokgjagnbkped
विवरण This extension creates a nature background whenever a new tab is opened. It's changeable.
फ़ाइल का आकार 1.03 MB
स्थापना संख्या 1,566
वर्तमान संस्करण 1.6
अंतिम अपडेट 2023-11-17
प्रकाशन तिथि 2020-11-08
डेवलपर Adviist - Browser Extensions
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://nature-search.net
सहायता पृष्ठ URL https://nature-search.net/contact.html
गोपनीयता नीति पृष्ठ URL https://adviist.com/privacy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NatureSearch | Custom Nature Backgrounds",
    "version": "1.6",
    "description": "This extension creates a nature background whenever a new tab is opened. It's changeable.",
    "permissions": [
        "bookmarks",
        "declarativeContent",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com\/jquery-3.2.1.slim.min.js https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.0.0\/js\/bootstrap.min.js https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/popper.js\/1.12.9\/umd\/popper.min.js; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "startpage\/index.html"
    },
    "manifest_version": 2
}