Atlas

Find postal codes quickly.

Atlas란 무엇입니까?

Atlas은(는) http://guipn.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find postal codes quickly."입니다.

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

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

확장 프로그램 사용 설명서

                        Give Atlas an address. It will (likely) give you back its postal code. It uses the Google Maps API, so valid inputs for http://maps.google.com should yield correct results.                    

확장 프로그램 기본 정보

이름 Atlas Atlas
ID dafljhcmcakiknnklbcjifchpffmehij
공식 URL https://chrome.google.com/webstore/detail/atlas/dafljhcmcakiknnklbcjifchpffmehij
설명 Find postal codes quickly.
파일 크기 11.25 KB
설치 횟수 21
현재 버전 1.9
최근 업데이트 2013-03-10
출시 날짜 2013-03-10
개발자 http://guipn.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Atlas",
    "version": "1.9",
    "manifest_version": 2,
    "description": "Find postal codes quickly.",
    "permissions": [
        "https:\/\/maps.googleapis.com\/*",
        "geolocation"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Atlas",
        "default_popup": "popup.htm"
    }
}