Jot
This extension replaces the new tab page for note taking.
O que é Jot?
Jot é uma extensão do Chrome desenvolvida por Matt O'Hagan, e sua principal característica é "This extension replaces the new tab page for note taking.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Jot
Baixe arquivos de extensão Jot 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
Quick note taking extension to replace the new tab page. To add more pictures for the next version, send a pull request to github.com/mattohagan/jot.
Informações Básicas da Extensão
Nome | Jot |
ID | mnemjleajnmodijhnibpekloajfdjjja |
URL Oficial | https://chromewebstore.google.com/detail/jot/mnemjleajnmodijhnibpekloajfdjjja |
Descrição | This extension replaces the new tab page for note taking. |
Tamanho do Arquivo | 22.54 MB |
Contagem de Instalações | 8,471 |
Versão Atual | 0.2 |
Última Atualização | 2014-10-04 |
Data de Publicação | 2014-10-03 |
Classificação | 3.73/5 Total de 136 Avaliações |
Desenvolvedor | Matt O'Hagan |
Tipo de Pagamento | free |
Site da Extensão | http://mattohagan.github.io |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jot", "description": "This extension replaces the new tab page for note taking.", "version": "0.2", "chrome_url_overrides": { "newtab": "jot.html" }, "icons": { "128": "icon128.png" } } |