NaiveTab - Newtab page
A simple and efficient browser new tab extension that allows you to highly customize your new tab page. Includes keyboard…
O que é NaiveTab - Newtab page?
NaiveTab - Newtab page é uma extensão do Chrome desenvolvida por https://gxfg.github.io/naivetab-doc, e sua principal característica é "A simple and efficient browser new tab extension that allows you to highly customize your new tab page. Includes keyboard…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão NaiveTab - Newtab page
Baixe arquivos de extensão NaiveTab - Newtab page no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | NaiveTab - Newtab page |
ID | hhfebdcoeoddbdhgcgflblcjcgogijem |
URL Oficial | https://chromewebstore.google.com/detail/naivetab-newtab-page/hhfebdcoeoddbdhgcgflblcjcgogijem |
Descrição | A simple and efficient browser new tab extension that allows you to highly customize your new tab page. Includes keyboard… |
Tamanho do Arquivo | 2.12 MB |
Contagem de Instalações | 232 |
Versão Atual | 1.20.6 |
Última Atualização | 2024-02-18 |
Data de Publicação | 2021-12-12 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | https://gxfg.github.io/naivetab-doc |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://gxfg.github.io/naivetab-doc/ |
URL da Página de Ajuda | https://gxfg.github.io/naivetab-doc/ |
Idiomas Suportados | 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'" } } |