NEW TAB NOTE
NEW TAB NOTE is new tab extension for notes!
¿Qué es NEW TAB NOTE?
NEW TAB NOTE es una extensión de Chrome desarrollada por deren, y su función principal es "NEW TAB NOTE is new tab extension for notes!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión NEW TAB NOTE
Descarga archivos de extensión NEW TAB NOTE en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
✨ Update - 2022/1/26 You can now create multiple notes. - 2022/1/21 Layout adjustment. - 2021/11/29 Improved list entry. - 2021/07/08 I added a filter function. You can blur the contents of the memo by clicking the icon. You can blur your notes in filter mode to block peeping from others. --- 📚 Features - Just open new tab, and write down thoughts. - You can write in markdown. - No worries about saving things when writing. - You can blur your notes in filter mode to block peeping from others. - You can create multiple notes. --- Click here for requests. https://github.com/deren2525/new-tab-note/issues/new/choose
Información Básica de la Extensión
Nombre | NEW TAB NOTE |
ID | ihcgjbnbjnbfepjmoaklafegcehdfihn |
URL Oficial | https://chromewebstore.google.com/detail/new-tab-note/ihcgjbnbjnbfepjmoaklafegcehdfihn |
Descripción | NEW TAB NOTE is new tab extension for notes! |
Tamaño del Archivo | 870 KB |
Cantidad de Instalaciones | 131 |
Versión Actual | 2.8.1 |
Última Actualización | 2022-05-18 |
Fecha de Publicación | 2020-08-15 |
Calificación | 4.00/5 Total de 4 Calificaciones |
Desarrollador | deren |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/deren2525/new-tab-note |
Idiomas Soportados | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_Name__", "version": "2.8.1", "description": "__MSG_Description__", "action": { "default_popup": "popup.html", "default_icon": { "32": "assets\/images\/icon.png" } }, "chrome_url_overrides": { "newtab": "newTabNote.html" }, "icons": { "48": "assets\/images\/icon.png" }, "manifest_version": 3, "default_locale": "en" } |