OldMapsOnline
Automatically find maps on web pages you visit and add them to OldMapsOnline mapping platform.
什麼是OldMapsOnline?
OldMapsOnline是由https://oldmapsonline.org開發的Chrome擴展程式,該擴展的主要功能是“Automatically find maps on web pages you visit and add them to OldMapsOnline mapping platform.”。
擴展截圖
下載OldMapsOnline擴展crx文件
下載OldMapsOnline擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Detect scanned zoomable maps in various formats on the web pages you visit, quickly georeference them in web browser - get map overlays, 3d globe view and other benefits - and compare your new map with over 0.5 million another maps in the OldMapsOnline mapping platform. 擴展基本資訊
| 名稱 | |
| ID | bdaooajfjjnmlbhbombebbnlifoggfhl |
| 官方網址 | https://chromewebstore.google.com/detail/oldmapsonline/bdaooajfjjnmlbhbombebbnlifoggfhl |
| 簡介 | Automatically find maps on web pages you visit and add them to OldMapsOnline mapping platform. |
| 檔案大小 | 1.27 MB |
| 安裝次數 | 2,382 |
| 目前版本 | 1.3.0 |
| 更新時間 | 2022-12-14 |
| 上架時間 | 2017-06-05 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | https://oldmapsonline.org |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.oldmapsonline.org/ |
| 說明頁面URL | https://help.oldmapsonline.org/ |
| 隱私政策頁面URL | https://www.oldmapsonline.org/privacy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "OldMapsOnline",
"description": "Automatically find maps on web pages you visit and add them to OldMapsOnline mapping platform.",
"version": "1.3.0",
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"38": "images\/icon38.png",
"48": "images\/icon48.png",
"64": "images\/icon64.png",
"128": "images\/icon128.png",
"256": "images\/icon256.png"
},
"background": {
"scripts": [
"extension.js"
]
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"38": "images\/icon38.png",
"48": "images\/icon48.png",
"64": "images\/icon64.png",
"128": "images\/icon128.png",
"256": "images\/icon256.png"
}
},
"web_accessible_resources": [
"images\/header_logo.png",
"images\/background_overlay.png"
],
"permissions": [
"webRequest",
"*:\/\/*\/*"
]
} | |