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?은(는) reinvented에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Identifies which Prince Edward Island township lot, from the original 1765 survey of the Island, you are standing in."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

What's My Lot? 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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