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
Eメール [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'"
    }
}