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.

O que é ThoughtPad - Autosaving Online Notepad?

ThoughtPad - Autosaving Online Notepad é uma extensão do Chrome desenvolvida por https://thoughtpad.kingdomofs.com, e sua principal característica é "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 Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ThoughtPad - Autosaving Online Notepad

Baixe arquivos de extensão ThoughtPad - Autosaving Online Notepad 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

                        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.                    

Informações Básicas da Extensão

Nome ThoughtPad - Autosaving Online Notepad ThoughtPad - Autosaving Online Notepad
ID jakpglpcfkafpjpfdficjdgcbjiajmfb
URL Oficial https://chromewebstore.google.com/detail/thoughtpad-autosaving-onl/jakpglpcfkafpjpfdficjdgcbjiajmfb
Descrição ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.
Tamanho do Arquivo 125 KB
Contagem de Instalações 541
Versão Atual 1.0.2
Última Atualização 2017-12-25
Data de Publicação 2017-12-25
Classificação 4.33/5 Total de 3 Avaliações
Desenvolvedor https://thoughtpad.kingdomofs.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://thoughtpad.kingdomofs.com/
Idiomas Suportados 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"
    }
}