Future Tabs

Future Tabs

Future Tabs क्या है?

Future Tabs futuretab-dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Future Tabs"।

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

screenshot

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

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

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

                        Give your tab a new look!
With this extension you can easily change the standard page background to a beautiful image. Transform your tab with Future Tab by making it beautiful and convenient.

Features:
- Displays weather and time in your location
- Enhanced search with Bing

If you still have any ideas to improve or add to the extension, do not hesitate to contact us and we promise that we will make every effort to improve it. By clicking "Add to chrome", I accept and agree to install the "Future Tabs" Chrome extension and setting Chrome™ New Tab page to that provided by the service and the Terms of Use and Privacy Policy. The extension uses permission the current location of user's device.
Terms of Use / End User License Agreement
https://extsolutiontechadv.com/terms_of_use.html
Privacy Policy
https://extsolutiontechadv.com/privacy_policy.html
Contact Us
https://extsolutiontechadv.com/contacts.html
Uninstall
https://extsolutiontechadv.com/lp/futuretab/uninstall.html                    

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

नाम Future Tabs Future Tabs
ID ofkkineedekacdmfcmgbdifbenfolphc
आधिकारिक URL https://chrome.google.com/webstore/detail/future-tabs/ofkkineedekacdmfcmgbdifbenfolphc
विवरण Future Tabs
फ़ाइल का आकार 2.46 MB
स्थापना संख्या 61,918
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2021-07-04
प्रकाशन तिथि 2021-06-26
रेटिंग 4.93/5 कुल 108 रेटिंग्स
डेवलपर futuretab-dev
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://extsolutiontechadv.com/privacy_policy.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "ico.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "description": "Future Tabs",
    "icons": {
        "128": "ico.png"
    },
    "manifest_version": 2,
    "name": "Future Tabs",
    "version": "1.0.1"
}