Atlas of Me
A Chrome plugin that presents on-demand personalized maps for unfamiliar distances, areas, and locations.
什麼是Atlas of Me?
Atlas of Me是由http://visualization.ischool.uw.edu/~yeaseul1/scales2015_eval/geospatial開發的Chrome擴展程式,該擴展的主要功能是“A Chrome plugin that presents on-demand personalized maps for unfamiliar distances, areas, and locations.”。
擴展截圖
下載Atlas of Me擴展crx文件
下載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.
擴展基本資訊
名稱 | |
ID | foikahphfbfjcfifddhkfckkheeknaln |
官方網址 | 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 } |