Simple Notepad
Very simple notepad. Synchronize between the same accounts.
¿Qué es Simple Notepad?
Simple Notepad es una extensión de Chrome desarrollada por mountaindull, y su función principal es "Very simple notepad. Synchronize between the same accounts.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Simple Notepad
Descarga archivos de extensión Simple Notepad 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
Add a very simple notepad that allows you to switch between multiple notes in your browser. You can select the save storage of each memo from "Sync" or "Local", and the contents are always saved. You can change the size of the memo field and the width of the TAB from "Settings".
Información Básica de la Extensión
Nombre | Simple Notepad |
ID | gmcbcmahcbcmmlofmdmnmjfhojegpbdh |
URL Oficial | https://chromewebstore.google.com/detail/simple-notepad/gmcbcmahcbcmmlofmdmnmjfhojegpbdh |
Descripción | Very simple notepad. Synchronize between the same accounts. |
Tamaño del Archivo | 51.86 KB |
Cantidad de Instalaciones | 174 |
Versión Actual | 1.6.5 |
Última Actualización | 2023-08-25 |
Fecha de Publicación | 2022-01-10 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | mountaindull |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/Keinsleif/Simple_Notepad |
Idiomas Soportados | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_Name__", "version": "1.6.5", "description": "__MSG_Description__", "default_locale": "en", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "action": { "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "unlimitedStorage" ] } |