Minimalistic tab with OpenStreetMap
Minimalistic New tab page that displays interesting places on map.
Cos'è Minimalistic tab with OpenStreetMap?
Minimalistic tab with OpenStreetMap è un'estensione di Chrome sviluppata da https://bronevichok.ru, e la sua funzione principale è "Minimalistic New tab page that displays interesting places on map.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Minimalistic tab with OpenStreetMap
Scarica i file di estensione Minimalistic tab with OpenStreetMap in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Minimalistic New Tab page that displays interesting places in OpenStreetMaps.
Source code: https://github.com/ligurio/beautiful-map-tab Informazioni di Base sull'Estensione
| Nome | |
| ID | becfifkcobdhgcabjcielabpgdpchgnk |
| URL Ufficiale | https://chromewebstore.google.com/detail/minimalistic-tab-with-ope/becfifkcobdhgcabjcielabpgdpchgnk |
| Descrizione | Minimalistic New tab page that displays interesting places on map. |
| Dimensione del File | 1.26 MB |
| Conteggio Installazioni | 82 |
| Versione Corrente | 0.3 |
| Ultimo Aggiornamento | 2015-05-11 |
| Data di Pubblicazione | 2015-05-11 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://bronevichok.ru |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |