What's My Lot?

Identifies which Prince Edward Island township lot, from the original 1765 survey of the Island, you are standing in.

What's My Lot?คืออะไร?

What's My Lot? เป็นส่วนขยายของ Chrome ที่พัฒนาโดย reinvented และคุณลักษณะหลักของมันคือ "Identifies which Prince Edward Island township lot, from the original 1765 survey of the Island, you are standing in."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย What's My Lot?

ดาวน์โหลดไฟล์ส่วนขยาย What's My Lot? ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        If you're on Prince Edward Island, Canada, this app uses the location of your device to calculate what lot (or "township") you're in. There are 67 lots and three "royalties" (Charlottetown, Georgetown and Princetown) originally laid out by Samuel Holland in 1765. While they are largely no longer in contemporary use, they are irrevocably imprinted on the Island landscape, through the shapes of roads and property lines.

The app will look up your location, and either (a) display the number of the lot you're currently inside, (b) tell you it can't find your location or (c) tell you that you're not on Prince Edward Island (which might be true if, for example, you're on a beach or a bridge, all appearances to the contrary).

As long as you have the app open, it will continue to update the lot number, so if you go for a drive in the countryside, you can watch it update as you cross lot lines.

The app will also remember which lots you've visited, and will colour-code these in red on the map.                    

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

ชื่อ What's My Lot? What's My Lot?
ID objjglckenggfelflfbgbgpdfljhiaah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/whats-my-lot/objjglckenggfelflfbgbgpdfljhiaah
คำอธิบาย Identifies which Prince Edward Island township lot, from the original 1765 survey of the Island, you are standing in.
ขนาดไฟล์ 1.16 MB
จำนวนการติดตั้ง 6,971
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2015-04-01
วันที่เผยแพร่ 2015-04-01
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา reinvented
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://whatsmylot.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.0",
    "short_name": "Lot?",
    "name": "What's My Lot?",
    "description": "Identifies which Prince Edward Island township lot, from the original 1765 survey of the Island, you are standing in.",
    "icons": {
        "16": "\/icons\/holland-16.png",
        "48": "\/icons\/holland-48.png",
        "60": "\/icons\/holland-60.png",
        "76": "\/icons\/holland-76.png",
        "128": "\/icons\/holland-128.png",
        "152": "\/icons\/holland-152.png",
        "192": "\/icons\/holland-192.png",
        "512": "\/icons\/holland-512.png"
    },
    "browser_action": {
        "default_icon": "\/icons\/holland-38.png",
        "default_title": "What's My Lot?"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}