Percent Change Calculator
Quick and simple way to calculate percent changes.
¿Qué es Percent Change Calculator?
Percent Change Calculator es una extensión de Chrome desarrollada por https://nicomiceli.com, y su función principal es "Quick and simple way to calculate percent changes.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Percent Change Calculator
Descarga archivos de extensión Percent Change Calculator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
The Percent Change Calculator lets you easily calculate percentages in only one step and without having to use any formulas. I built this extension to help me and my team with quick calculations during reporting and other times we need to compare traffic or other metrics. There are no bells or whistles in this app. It's lightweight and just calculates percentages in the three most common ways. The interface is written in regular English so it is not complicated trying to figure out where to put the different numbers. For example, below are calculations it accepts: The percent change from 10 to 15 is 50% 10% of 100 of 10 10 is 10% of 100 Feedback is always appreciated! You can reach out to me on twitter @nicomiceli or Gplus Google.com/+NicoMiceli
Información Básica de la Extensión
Nombre | Percent Change Calculator |
ID | afknfpdgpnhpbdcdnknlmbcddhfemdeb |
URL Oficial | https://chromewebstore.google.com/detail/percent-change-calculator/afknfpdgpnhpbdcdnknlmbcddhfemdeb |
Descripción | Quick and simple way to calculate percent changes. |
Tamaño del Archivo | 578 KB |
Cantidad de Instalaciones | 1,729 |
Versión Actual | 0.0.3 |
Última Actualización | 2014-02-09 |
Fecha de Publicación | 2014-02-09 |
Calificación | 4.50/5 Total de 8 Calificaciones |
Desarrollador | https://nicomiceli.com |
Tipo de Pago | free |
URL de la Página de Ayuda | http://nicomiceli.com/percent-change-calculator/ |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Percent Change Calculator", "version": "0.0.3", "description": "Quick and simple way to calculate percent changes.", "browser_action": { "default_title": "Calculate Some Percentages!", "default_icon": "img\/percent-change-icon19.png", "default_popup": "popup.html" }, "icons": { "48": "img\/percent-change-icon48.png", "128": "img\/percent-change-icon128.png" }, "author": "@NicoMiceli", "permissions": [ "storage" ], "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |