NaiveTab - Newtab page

A simple and efficient browser new tab extension that allows you to highly customize your new tab page. Includes keyboard…

什么是NaiveTab - Newtab page?

NaiveTab - Newtab page是由https://gxfg.github.io/naivetab-doc开发的Chrome扩展程序,该扩展的主要功能是“A simple and efficient browser new tab extension that allows you to highly customize your new tab page. Includes keyboard…”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载NaiveTab - Newtab page扩展crx文件

下载NaiveTab - Newtab page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        For more details, please see: https://gxfg.github.io/naivetab-doc/

NaiveTab New Tab is a simple and efficient browser new tab page extension that allows you to highly customize your new tabs.

1. Included Components:
   a. Bookmarks: Displayed in the form of a physical keyboard, you can quickly access the corresponding links, and you can also set global shortcuts to open bookmarks in any interface of the browser, and the efficiency is full
   b. Time and date: digital clock, analog clock, date display
   c. Perpetual calendar: including lunar calendar, holidays, statutory holidays, convenient to view the working day reasonable arrangement of personal schedule
   d. Search bar: Customizable search engine for quick search
   e. Memo: It is okay to edit notes, or to-dos, and to record some information temporarily
   f. Weather: You can view temperature, wind, humidity, daily index, etc., such as weather abnormalities will have alarm prompts, this data comes from the windy weather
   g. Information: You can view hot information such as Toutiao, Baidu, Zhihu, Sina Weibo, V2EX, etc
2. The above components can be dragged and dropped anywhere on the screen, fully customizable, and of course compatible with the display under various resolutions of the screen
3. The above components can customize most of the styles such as: font, size, color, background color, border, shadow, blur, etc
4. Support custom background image (Bing daily picture, local picture), if you like simple wind, of course, you can only set a background image
5. Support automatic switching of appearance (light mode, dark mode) according to the appearance of the system, so that the page at night is no longer dazzling
6. The above settings can be synchronized on multiple devices (this function depends on browser synchronization, you need to log in to the browser's personal account), of course, you also support exporting files to back up
7. Language support (en-CN, en-US)
8. The source code is open source, without any private information or operation information to obtain, any of your information is private                    

扩展基本信息

名称 NaiveTab - Newtab page NaiveTab - Newtab page
ID hhfebdcoeoddbdhgcgflblcjcgogijem
官方URL https://chromewebstore.google.com/detail/naivetab-newtab-page/hhfebdcoeoddbdhgcgflblcjcgogijem
简介 A simple and efficient browser new tab extension that allows you to highly customize your new tab page. Includes keyboard…
文件大小 2.12 MB
安装次数 232
当前版本 1.20.6
更新时间 2024-02-18
上架时间 2021-12-12
评分 5.00/5 共5次评分
开发者 https://gxfg.github.io/naivetab-doc
电子邮箱 [email protected]
付费类型 free
扩展官网 https://gxfg.github.io/naivetab-doc/
帮助页面URL https://gxfg.github.io/naivetab-doc/
支持的语言 en,en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.20.6",
    "description": "__MSG_appDesc__",
    "default_locale": "zh_CN",
    "action": {
        "default_icon": ".\/assets\/img\/icon\/icon.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "icons": {
        "16": ".\/assets\/img\/icon\/icon-16x16.png",
        "48": ".\/assets\/img\/icon\/icon-48x48.png",
        "128": ".\/assets\/img\/icon\/icon-128x128.png"
    },
    "permissions": [
        "storage",
        "favicon",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "optional_permissions": [
        "bookmarks"
    ],
    "chrome_url_overrides": {
        "newtab": ".\/dist\/newtab\/index.html"
    },
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "commands": {
        "Digit1": {
            "description": "__MSG_command1__"
        },
        "Digit2": {
            "description": "__MSG_command2__"
        },
        "Digit3": {
            "description": "__MSG_command3__"
        },
        "Digit4": {
            "description": "__MSG_command4__"
        },
        "Digit5": {
            "description": "__MSG_command5__"
        },
        "Digit6": {
            "description": "__MSG_command6__"
        },
        "Digit7": {
            "description": "__MSG_command7__"
        },
        "Digit8": {
            "description": "__MSG_command8__"
        },
        "Digit9": {
            "description": "__MSG_command9__"
        },
        "Digit0": {
            "description": "__MSG_command0__"
        },
        "KeyQ": {
            "suggested_key": {
                "default": "Alt+Q"
            },
            "description": "__MSG_commandQ__"
        },
        "KeyW": {
            "suggested_key": {
                "default": "Alt+W"
            },
            "description": "__MSG_commandW__"
        },
        "KeyE": {
            "description": "__MSG_commandE__"
        },
        "KeyR": {
            "description": "__MSG_commandR__"
        },
        "KeyT": {
            "description": "__MSG_commandT__"
        },
        "KeyY": {
            "description": "__MSG_commandY__"
        },
        "KeyU": {
            "description": "__MSG_commandU__"
        },
        "KeyI": {
            "description": "__MSG_commandI__"
        },
        "KeyO": {
            "description": "__MSG_commandO__"
        },
        "KeyP": {
            "description": "__MSG_commandP__"
        },
        "KeyA": {
            "suggested_key": {
                "default": "Alt+A"
            },
            "description": "__MSG_commandA__"
        },
        "KeyS": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "__MSG_commandS__"
        },
        "KeyD": {
            "description": "__MSG_commandD__"
        },
        "KeyF": {
            "description": "__MSG_commandF__"
        },
        "KeyG": {
            "description": "__MSG_commandG__"
        },
        "KeyH": {
            "description": "__MSG_commandH__"
        },
        "KeyJ": {
            "description": "__MSG_commandJ__"
        },
        "KeyK": {
            "description": "__MSG_commandK__"
        },
        "KeyL": {
            "description": "__MSG_commandL__"
        },
        "KeyZ": {
            "description": "__MSG_commandZ__"
        },
        "KeyX": {
            "description": "__MSG_commandX__"
        },
        "KeyC": {
            "description": "__MSG_commandC__"
        },
        "KeyV": {
            "description": "__MSG_commandV__"
        },
        "KeyB": {
            "description": "__MSG_commandB__"
        },
        "KeyN": {
            "description": "__MSG_commandN__"
        },
        "KeyM": {
            "description": "__MSG_commandM__"
        },
        "Comma": {
            "description": "__MSG_commandComma__"
        },
        "Period": {
            "description": "__MSG_commandPeriod__"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}