Banwenyu New Tab

Know your browser new tab better;Customize drag&drop;Sort as you like;Make your browser more in line with your work&study habits.

What is Banwenyu New Tab?

Banwenyu New Tab is a Chrome extension developed by https://banwenyu.com, and its main feature is "Know your browser new tab better;Customize drag&drop;Sort as you like;Make your browser more in line with your work&study habits.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Banwenyu New Tab Extension CRX File

Download Banwenyu New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        半文鱼,一半随心,一半便利。
更懂你的浏览器新标签页,专为收藏狂定制的冲浪小工具。用半文鱼,再也不担心宝藏网站在收藏夹吃灰!
自定义拖拽,随心所欲排序,让你的浏览器,更符合你的工作学习习惯。

功能说明:
图标:网站图标可多可少,可大可小,任意布局,无拘无束,让桌面从未如此自由。。
搜索:一键切换常用搜素引擎,让搜索更加便捷
小组件:天气、日历变身桌面卡片,即启即用,无需二度跳转。                    

Extension Basic Information

Name Banwenyu New Tab Banwenyu New Tab
ID filfjbbhkghhkoaagmhjelijfneonjbk
Official URL https://chromewebstore.google.com/detail/banwenyu-new-tab/filfjbbhkghhkoaagmhjelijfneonjbk
Description Know your browser new tab better;Customize drag&drop;Sort as you like;Make your browser more in line with your work&study habits.
File Size 3.76 MB
Installation Count 220
Current Version 3.6.20
Last Updated 2024-01-04
Publish Date 2022-11-08
Rating 5.00/5 Total 5 Ratings
Developer https://banwenyu.com
Email [email protected]
Payment Type free
Extension Website https://www.banwenyu.com/
Help Page URL https://support.qq.com/products/450563
Privacy Policy Page URL https://article.banwenyu.com/api/post/WJBNBNQC3387
Supported Languages de,en,zh-CN,zh-TW
manifest.json
{
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "3.6.20",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "search"
    ],
    "optional_permissions": [
        "bookmarks",
        "favicon"
    ],
    "icons": {
        "16": "logo\/[email protected]",
        "32": "logo\/[email protected]",
        "48": "logo\/[email protected]",
        "128": "logo\/[email protected]"
    },
    "action": {
        "default_icon": "logo\/[email protected]",
        "default_popup": "index.html#\/popup",
        "default_title": "__MSG_appName__"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "homepage_url": "https:\/\/www.banwenyu.com",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "default_locale": "zh_CN",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    }
}