Atlas of Me

A Chrome plugin that presents on-demand personalized maps for unfamiliar distances, areas, and locations.

Atlas of Meคืออะไร?

Atlas of Me เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://visualization.ischool.uw.edu/~yeaseul1/scales2015_eval/geospatial และคุณลักษณะหลักของมันคือ "A Chrome plugin that presents on-demand personalized maps for unfamiliar distances, areas, and locations."

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

screenshot

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

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

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

                        We encounter measurements like distances and areas often in online text. But many times it is difficult to grasp the magnitude of a distance or area in absolute terms. For example, how long is 100 miles really? How big is 21 acres? How large is the country of Pakistan? Atlas of Me automatically generates personalized spatial analogy maps that re-express distances, areas, and location references in terms of landmarks that are likely to be more familiar to you.                    

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

ชื่อ Atlas of Me Atlas of Me
ID foikahphfbfjcfifddhkfckkheeknaln
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/atlas-of-me/foikahphfbfjcfifddhkfckkheeknaln
คำอธิบาย A Chrome plugin that presents on-demand personalized maps for unfamiliar distances, areas, and locations.
ขนาดไฟล์ 800 KB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2016-05-15
วันที่เผยแพร่ 2016-05-15
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://visualization.ischool.uw.edu/~yeaseul1/scales2015_eval/geospatial
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Atlas of Me",
    "version": "1.1",
    "description": "A Chrome plugin that presents on-demand personalized maps for unfamiliar distances, areas, and locations.",
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/maps.google.com\/*",
        "https:\/\/maps.googleapis.com\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/www.readability.com\/api\/content\/v1\/",
        "https:\/\/dev.virtualearth.net\/REST\/v1\/Locations?",
        "bookmarks",
        "geolocation",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "css": [
                "css\/main.css",
                "css\/leaflet.label.css",
                "css\/leaflet.css",
                "css\/tooltipster.css",
                "css\/themes\/tooltipster-noir.css",
                "css\/jquery-ui.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery-2.2.3.js",
            "js\/jquery-ui.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Altas of Me",
        "default_icon": "images\/icon-inactive.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/logo-128.png"
    },
    "web_accessible_resources": [
        "topofile\/us.json",
        "topofile\/world-110m.json",
        "images\/loading.gif"
    ],
    "manifest_version": 2
}