Incredible Tab

Default new tab take over with incredible background

Incredible Tab क्या है?

Incredible Tab Incredible Tab द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Default new tab take over with incredible background"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Incredible Tab is an extension that replaces the standard new tab page with the one that has a cute wallpaper background. You can easily change the wallpaper background by clicking on the button in the bottom left corner. 

The page has a text box in the middle that provides web search. Note that the extension can change the search provider in this box. 

You can also see the current date and time in the top right corner and the current weather in your city in the top left corner. Temperature units can be switched between Celsius and Fahrenheit by clicking on the temperature value.

By clicking "Add to Chrome", I accept and agree to installing the "Incredible Tab" Chrome extension and setting search engine on the new tab page to that provided by the service and the Terms of Use and Privacy Policy.

Terms of Use https://incredibletab.com/search/terms.html
Privacy Policy https://incredibletab.com/search/privacy.html
Contact Us https://incredibletab.com/search/contact.html
About Us https://incredibletab.com/search/about.html
Uninstall https://incredibletab.com/search/uninstall.html                    

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

नाम Incredible Tab Incredible Tab
ID gflfjkaefogddjfjcfcjdmnjemdfgicl
आधिकारिक URL https://chrome.google.com/webstore/detail/incredible-tab/gflfjkaefogddjfjcfcjdmnjemdfgicl
विवरण Default new tab take over with incredible background
फ़ाइल का आकार 511 KB
स्थापना संख्या 20,000
वर्तमान संस्करण 2.0
अंतिम अपडेट 2020-05-05
प्रकाशन तिथि 2020-05-04
रेटिंग 4.74/5 कुल 27 रेटिंग्स
डेवलपर Incredible Tab
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://incredibletab.com/search/privacy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.0",
    "name": "Incredible Tab",
    "description": "Default new tab take over with incredible background",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    }
}