NatureTab

Relive your new tab!

NatureTab क्या है?

NatureTab GriLime Corporation द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Relive your new tab!"।

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

screenshot
screenshot

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

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

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

                        A new tab in your favorite browser will no longer be boring and monotonous. With this extension, you can easily change the standard background of a new tab to a more beautiful natural landscape in just two clicks. But that's not all, our extension will allow you to always be aware of the current weather situation in your city. You no longer need to visit third-party sites to get information about the time or weather in your location. Try it and you will get a completely different experience using chrome!

Features:
- Display the time and weather in your current city
- Change the search in omnibox to Bing.

We are always working on new features, please use the support page to request features, and please leave us a great review if you have a few minutes!
By clicking "Add to chrome", I accept and agree to install the "NatureTab" Chrome extension and setting Chrome™ New Tab page to that provided by the service and the Terms of Use https://grilime.com/terms-of-use-end-user-license-agreement/ and Privacy Policy https://grilime.com/privacy-policy/
Contact us https://grilime.com/contact/                    

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

नाम NatureTab NatureTab
ID lhhpmemdchndbmbjpfmnipfbhajmkcmi
आधिकारिक URL https://chrome.google.com/webstore/detail/naturetab/lhhpmemdchndbmbjpfmnipfbhajmkcmi
विवरण Relive your new tab!
फ़ाइल का आकार 11.32 MB
स्थापना संख्या 20,000
वर्तमान संस्करण 1.1
अंतिम अपडेट 2020-07-05
प्रकाशन तिथि 2020-07-05
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर GriLime Corporation
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://grilime.com/
सहायता पृष्ठ URL https://grilime.com/contact/
गोपनीयता नीति पृष्ठ URL https://grilime.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icon-128.png",
            "48": "icon-48.png",
            "16": "icon-16.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "description": "Relive your new tab!",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 2,
    "minimum_chrome_version": "32",
    "name": "NatureTab",
    "version": "1.1"
}