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 |
官方網址 | 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" } } |