Atlas

Find postal codes quickly.

What is Atlas?

Atlas is a Chrome extension developed by http://guipn.com, and its main feature is "Find postal codes quickly.".

Download Atlas Extension CRX File

Download Atlas extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Atlas Atlas
ID dafljhcmcakiknnklbcjifchpffmehij
Official URL https://chrome.google.com/webstore/detail/atlas/dafljhcmcakiknnklbcjifchpffmehij
Description Find postal codes quickly.
File Size 11.25 KB
Installation Count 21
Current Version 1.9
Last Updated 2013-03-10
Publish Date 2013-03-10
Developer http://guipn.com
Payment Type free
Supported Languages 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"
    }
}