Atlas

Find postal codes quickly.

Wat is Atlas?

Atlas is een Chrome-extensie ontwikkeld door http://guipn.com, en de belangrijkste functie is "Find postal codes quickly.".

Download het CRX-bestand van de extensie Atlas

Download Atlas-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Atlas Atlas
ID dafljhcmcakiknnklbcjifchpffmehij
Officiële URL https://chrome.google.com/webstore/detail/atlas/dafljhcmcakiknnklbcjifchpffmehij
Beschrijving Find postal codes quickly.
Bestandsgrootte 11.25 KB
Aantal Installaties 21
Huidige Versie 1.9
Laatst Bijgewerkt 2013-03-10
Publicatiedatum 2013-03-10
Ontwikkelaar http://guipn.com
Betalingswijze free
Ondersteunde Talen 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"
    }
}