ThoughtPad - Autosaving Online Notepad

ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.

¿Qué es ThoughtPad - Autosaving Online Notepad?

ThoughtPad - Autosaving Online Notepad es una extensión de Chrome desarrollada por https://thoughtpad.kingdomofs.com, y su función principal es "ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión ThoughtPad - Autosaving Online Notepad

Descarga archivos de extensión ThoughtPad - Autosaving Online 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

                        ThoughtPad is an autosaving notepad that opens up in a new tab. Type whatever you want & it is saved in your browsers' cache memory. The data is saved across sessions and can be retained/recovered even if your computer unexpectedly crashes & restarts.                    

Información Básica de la Extensión

Nombre ThoughtPad - Autosaving Online Notepad ThoughtPad - Autosaving Online Notepad
ID jakpglpcfkafpjpfdficjdgcbjiajmfb
URL Oficial https://chromewebstore.google.com/detail/thoughtpad-autosaving-onl/jakpglpcfkafpjpfdficjdgcbjiajmfb
Descripción ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.
Tamaño del Archivo 125 KB
Cantidad de Instalaciones 541
Versión Actual 1.0.2
Última Actualización 2017-12-25
Fecha de Publicación 2017-12-25
Calificación 4.33/5 Total de 3 Calificaciones
Desarrollador https://thoughtpad.kingdomofs.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://thoughtpad.kingdomofs.com/
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ThoughtPad - Autosaving Online Notepad",
    "short_name": "ThoughtPad",
    "description": "ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.",
    "version": "1.0.2",
    "manifest_version": 2,
    "author": "Sandeep Tripathy",
    "icons": {
        "128": "icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "thoughtpad.html"
    }
}