Atlas

Find postal codes quickly.

Atlas là gì?

Atlas là một tiện ích mở rộng Chrome được phát triển bởi http://guipn.com, và tính năng chính của nó là "Find postal codes quickly.".

Tải xuống tệp CRX của tiện ích mở rộng Atlas

Tải xuống các tệp mở rộng Atlas dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Atlas Atlas
ID dafljhcmcakiknnklbcjifchpffmehij
URL Chính Thức https://chrome.google.com/webstore/detail/atlas/dafljhcmcakiknnklbcjifchpffmehij
Mô tả Find postal codes quickly.
Kích Thước Tệp 11.25 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 1.9
Cập Nhật Lần Cuối 2013-03-10
Ngày Phát Hành 2013-03-10
Nhà Phát Triển http://guipn.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}