Future Tabs

Future Tabs

什么是Future Tabs?

Future Tabs是由futuretab-dev开发的Chrome扩展程序,该扩展的主要功能是“Future Tabs”。

扩展截图

screenshot

下载Future Tabs扩展crx文件

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