monday
Fancy todolist with minimal UI
O que é monday?
monday é uma extensão do Chrome desenvolvida por karl.pokus, e sua principal característica é "Fancy todolist with minimal UI".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão monday
Baixe arquivos de extensão monday 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
v2.0 is a complete rewrite! Monday now supports the following commands: $url, $export, $drop, #filter and unix-style history with up-, and down arrows. See below for details. db calls have been normalized and chrome extension now maintains correct input order. NOTE! Upgrading to 2.0 will delete all items saved in previous version. Usage add new item at prompt by return navigate items by tab remove item by replacing text with done or leaveedit item by adding text $url to add url from the current tab $export to export all data as newline-separated-string $drop to delete all data #filter to add a filter. Remove filter by !# unix-style history with up arrow for latest entry and down arrow to cycle back
Informações Básicas da Extensão
Nome | monday |
ID | inephoagiijhmfhmlnaffaaiacdndmom |
URL Oficial | https://chromewebstore.google.com/detail/monday/inephoagiijhmfhmlnaffaaiacdndmom |
Descrição | Fancy todolist with minimal UI |
Tamanho do Arquivo | 38.98 KB |
Contagem de Instalações | 53 |
Versão Atual | 2.0 |
Última Atualização | 2016-08-26 |
Data de Publicação | 2016-08-26 |
Desenvolvedor | karl.pokus |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "monday", "manifest_version": 2, "description": "Fancy todolist with minimal UI", "version": "2.0", "browser_action": { "default_icon": "icon128.png", "default_popup": "index.html" }, "permissions": [ "activeTab", "storage" ] } |