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…”。
擴展截圖
下載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 |
ID | hhfebdcoeoddbdhgcgflblcjcgogijem |
官方網址 | 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'" } } |