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" } } |