Percentage Calculator

Calculate percentages based on inputs such as ratios, fractions, grades and percentage increase/decrease.

Percentage Calculator란 무엇입니까?

Percentage Calculator은(는) FinMasters에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Calculate percentages based on inputs such as ratios, fractions, grades and percentage increase/decrease."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Percentage Calculator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Use our percentage calculator to quickly and easily calculate percentages based on inputs such as ratios, fractions, grades and percentage increase/decrease.                    

확장 프로그램 기본 정보

이름 Percentage Calculator Percentage Calculator
ID hgcanifcmjcjhkcflilohfglppcdlbgo
공식 URL https://chromewebstore.google.com/detail/percentage-calculator/hgcanifcmjcjhkcflilohfglppcdlbgo
설명 Calculate percentages based on inputs such as ratios, fractions, grades and percentage increase/decrease.
파일 크기 13.67 KB
설치 횟수 191
현재 버전 1.0.1
최근 업데이트 2021-01-12
출시 날짜 2020-12-21
개발자 FinMasters
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.finmasters.com
도움말 페이지 URL https://finmasters.com/contact/
개인정보 보호 정책 페이지 URL https://finmasters.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "manifest_version": 2,
    "name": "Percentage Calculator",
    "description": "Calculate percentages based on inputs such as ratios, fractions, grades and percentage increase\/decrease.",
    "version": "1.0.1",
    "version_name": "1.0.1",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Percentage Calculator"
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "offline_enabled": true,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}