Percent Change Calculator
Quick and simple way to calculate percent changes.
Percent Change Calculator란 무엇입니까?
Percent Change Calculator은(는) https://nicomiceli.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick and simple way to calculate percent changes."입니다.
확장 프로그램 스크린샷
Percent Change Calculator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Percent Change Calculator |
ID | afknfpdgpnhpbdcdnknlmbcddhfemdeb |
공식 URL | https://chromewebstore.google.com/detail/percent-change-calculator/afknfpdgpnhpbdcdnknlmbcddhfemdeb |
설명 | Quick and simple way to calculate percent changes. |
파일 크기 | 578 KB |
설치 횟수 | 1,729 |
현재 버전 | 0.0.3 |
최근 업데이트 | 2014-02-09 |
출시 날짜 | 2014-02-09 |
평점 | 4.50/5 총 8 개의 평점 |
개발자 | https://nicomiceli.com |
결제 유형 | free |
도움말 페이지 URL | http://nicomiceli.com/percent-change-calculator/ |
지원되는 언어 | 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'" } |