DPI Calculator

A DPI calculator for Android developers and designers

DPI Calculator란 무엇입니까?

DPI Calculator은(는) https://www.sage42.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A DPI calculator for Android developers and designers"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        A DPI calculator for Android developers and designers.

Allows users to easily convert a dpi value from one density to another from a convenient browser extension. 

Type in one field and the others will calculate and fill in automatically.

Now supporting "auto-save", your values are saved to local storage so will never accidentally lose them.                    

확장 프로그램 기본 정보

이름 DPI Calculator DPI Calculator
ID dldofgjemhkpilajnlenfijjpkabilcg
공식 URL https://chromewebstore.google.com/detail/dpi-calculator/dldofgjemhkpilajnlenfijjpkabilcg
설명 A DPI calculator for Android developers and designers
파일 크기 46.4 KB
설치 횟수 1,750
현재 버전 1.1
최근 업데이트 2014-01-23
출시 날짜 2014-01-22
평점 4.84/5 총 19 개의 평점
개발자 https://www.sage42.com
결제 유형 free
확장 프로그램 웹 사이트 http://jennift.com/dpical.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DPI Calculator",
    "description": "A DPI calculator for Android developers and designers",
    "version": "1.1",
    "icons": {
        "16": "launcher16.png",
        "48": "launcher48.png",
        "128": "launcher128.png"
    },
    "author": "Jennift @ Sage42.com",
    "homepage_url": "http:\/\/jennift.com\/dpical.html",
    "permissions": [],
    "browser_action": {
        "default_icon": "launcher.png",
        "default_popup": "popup.html"
    }
}