Minimalistic tab with OpenStreetMap
Minimalistic New tab page that displays interesting places on map.
什麼是Minimalistic tab with OpenStreetMap?
Minimalistic tab with OpenStreetMap是由https://bronevichok.ru開發的Chrome擴展程式,該擴展的主要功能是“Minimalistic New tab page that displays interesting places on map.”。
擴展截圖
下載Minimalistic tab with OpenStreetMap擴展crx文件
下載Minimalistic tab with OpenStreetMap擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Minimalistic New Tab page that displays interesting places in OpenStreetMaps.
Source code: https://github.com/ligurio/beautiful-map-tab 擴展基本資訊
| 名稱 | |
| ID | becfifkcobdhgcabjcielabpgdpchgnk |
| 官方網址 | https://chromewebstore.google.com/detail/minimalistic-tab-with-ope/becfifkcobdhgcabjcielabpgdpchgnk |
| 簡介 | Minimalistic New tab page that displays interesting places on map. |
| 檔案大小 | 1.26 MB |
| 安裝次數 | 82 |
| 目前版本 | 0.3 |
| 更新時間 | 2015-05-11 |
| 上架時間 | 2015-05-11 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | https://bronevichok.ru |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Minimalistic tab with OpenStreetMap",
"description": "Minimalistic New tab page that displays interesting places on map.",
"version": "0.3",
"icons": {
"128": "icon_128.png",
"64": "icon_64.png",
"48": "icon_48.png"
},
"incognito": "split",
"chrome_url_overrides": {
"newtab": "home.html"
},
"manifest_version": 2
} | |