Skip to content

Commit

Permalink
Adding examples and new readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eltonjr committed Apr 9, 2021
1 parent d37ed8d commit 3a0f474
Show file tree
Hide file tree
Showing 15 changed files with 9 additions and 30 deletions.
33 changes: 6 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Tesouro Direto - Preço Teórico web extension

Esta é uma extensão para Firefox que exibe o preço teórico de um investimento no Tesouro Direto
Esta é uma extensão para Firefox e Chrome que exibe o preço teórico de um investimento no Tesouro Direto

[Add-on link](https://addons.mozilla.org/en-US/firefox/addon/td-preco-teorico/)
![firefox-icon](https://raw.githubusercontent.com/alrra/browser-logos/90fdf03c/src/firefox/firefox_48x48.png) [Firefox add-on link](https://addons.mozilla.org/en-US/firefox/addon/td-preco-teorico/)
![chrome-link](https://raw.githubusercontent.com/alrra/browser-logos/90fdf03c/src/chrome/chrome_48x48.png) [Chrome extension link](https://chrome.google.com/webstore/detail/td-preco-teorico/bnjfheobfmjneimmpjeadefjckljjpje?hl=en&authuser=0)

## Motivação

Expand All @@ -18,37 +19,15 @@ O Portal só possui a informação de preço teórico na página do Detalhes do

### Página inicial

**Antes**

![inicial-antes](assets/example-main-before.png)

**Depois**

![inicial-depois](assets/example-main-after.png)
![inicial](assets/banner-main.png)

**Área de resumo**

![inicial-resumo](assets/example-main-summary.png)
![inicial-resumo](assets/banner-summary.png)

### Página de um Título

**Antes**

![titulos-antes](assets/example-titles-before.png)

**Depois**

![titulos-depois](assets/example-titles-after.png)

### Página de Detalhes do Título

**Antes**

![detalhes-antes](assets/example-details-before.png)

**Depois**

![detalhes-depois](assets/example-details-after.png)
![titulos](assets/banner-title.png)

## Contribuindo com o projeto

Expand Down
Binary file added assets/banner-main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/banner-summary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/banner-title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/example-details-after.png
Binary file not shown.
Binary file removed assets/example-details-before.png
Binary file not shown.
Binary file removed assets/example-main-after.png
Binary file not shown.
Binary file removed assets/example-main-before.png
Binary file not shown.
Binary file removed assets/example-main-summary.png
Binary file not shown.
Binary file removed assets/example-titles-after.png
Binary file not shown.
Binary file removed assets/example-titles-before.png
Binary file not shown.
Binary file removed assets/td-icon-64-alt.png
Binary file not shown.
Binary file added assets/td-icon-64-old.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/td-icon-64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"manifest_version": 2,
"name": "td-preco-teorico",
"version": "2.1",
"name": "Tesouro Direto - Preço teórico",
"version": "2.2",
"description": "Exibe o preço teórico de um investimento no Tesouro Direto",
"icons": {
"64": "assets/td-icon-64-alt.png"
"64": "assets/td-icon-64.png"
},
"developer": {
"name": "Elton Hoffmann",
Expand Down

0 comments on commit 3a0f474

Please sign in to comment.