Minimalistic tab with OpenStreetMap
Minimalistic New tab page that displays interesting places on map.
What is Minimalistic tab with OpenStreetMap?
Minimalistic tab with OpenStreetMap is a Chrome extension developed by https://bronevichok.ru, and its main feature is "Minimalistic New tab page that displays interesting places on map.".
Extension Screenshots
Download Minimalistic tab with OpenStreetMap Extension CRX File
Download Minimalistic tab with OpenStreetMap extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Minimalistic New Tab page that displays interesting places in OpenStreetMaps. Source code: https://github.com/ligurio/beautiful-map-tab
Extension Basic Information
Name | Minimalistic tab with OpenStreetMap |
ID | becfifkcobdhgcabjcielabpgdpchgnk |
Official URL | https://chromewebstore.google.com/detail/minimalistic-tab-with-ope/becfifkcobdhgcabjcielabpgdpchgnk |
Description | Minimalistic New tab page that displays interesting places on map. |
File Size | 1.26 MB |
Installation Count | 82 |
Current Version | 0.3 |
Last Updated | 2015-05-11 |
Publish Date | 2015-05-11 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://bronevichok.ru |
Payment Type | free |
Supported Languages | 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 } |