Future Tabs

Future Tabs

Что такое Future Tabs?

Future Tabs - это расширение Chrome, разработанное futuretab-dev, и его основная функция - "Future Tabs".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Future Tabs

Скачайте файлы расширений Future Tabs в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
}