Atlas
Find postal codes quickly.
什么是Atlas?
Atlas是由http://guipn.com开发的Chrome扩展程序,该扩展的主要功能是“Find postal codes quickly.”。
下载Atlas扩展crx文件
下载Atlas扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
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" } } |