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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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