Percentage Calculator
Perform basic percentage calculations easily.
O que é Percentage Calculator?
Percentage Calculator é uma extensão do Chrome desenvolvida por bobbyrne01, e sua principal característica é "Perform basic percentage calculations easily.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Percentage Calculator
Baixe arquivos de extensão Percentage Calculator 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
Users can perform the following percentage calculations: - What is X% of Y - X is what % of Y - % increase/decrease from X to Y - X + Y% - X - Y% - X * Y% - X / Y% Donations Please consider a small donation for continued development .. Paypal: https://www.paypal.me/bobbyrne01 Bitcoin: 1NGQPRW2VytN1n1M2Tcs7rpR6uzVLxMs2C Open source Released under GNU GPL v3 license .. https://github.com/bobbyrne01/percentage-calculator-chrome
Informações Básicas da Extensão
Nome | Percentage Calculator |
ID | giofgfbcmecmaelgcomeaaglmlgdnnni |
URL Oficial | https://chromewebstore.google.com/detail/percentage-calculator/giofgfbcmecmaelgcomeaaglmlgdnnni |
Descrição | Perform basic percentage calculations easily. |
Tamanho do Arquivo | 19.33 KB |
Contagem de Instalações | 2,268 |
Versão Atual | 0.1.0 |
Última Atualização | 2020-02-12 |
Data de Publicação | 2020-02-12 |
Classificação | 4.80/5 Total de 10 Avaliações |
Desenvolvedor | bobbyrne01 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Percentage Calculator", "description": "Perform basic percentage calculations easily.", "version": "0.1.0", "browser_action": { "default_title": "Open UI (Percentage Calculator)", "default_popup": "data\/html\/view.html" }, "icons": { "64": "data\/images\/ico-64.png" }, "manifest_version": 2 } |