Atlas

Find postal codes quickly.

Atlasคืออะไร?

Atlas เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://guipn.com และคุณลักษณะหลักของมันคือ "Find postal codes quickly."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Atlas

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Atlas Atlas
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"
    }
}