TrendMap
Most visited CARTO Builder map at the moment
Cos'è TrendMap?
TrendMap è un'estensione di Chrome sviluppata da xavijam, e la sua funzione principale è "Most visited CARTO Builder map at the moment".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TrendMap
Scarica i file di estensione TrendMap 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
Display the most visited CARTO Builder map last 20 minutes. Chrome extension created by @piensaenpixel, @luisico, @ecabanach and @xavijam.
Informazioni di Base sull'Estensione
Nome | TrendMap |
ID | bhpjajmnnehdcfdchddhbocpmklpcmab |
URL Ufficiale | https://chromewebstore.google.com/detail/trendmap/bhpjajmnnehdcfdchddhbocpmklpcmab |
Descrizione | Most visited CARTO Builder map at the moment |
Dimensione del File | 5.89 KB |
Conteggio Installazioni | 25 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2017-11-10 |
Data di Pubblicazione | 2017-11-10 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | xavijam |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TrendMap", "manifest_version": 2, "version": "2.0", "description": "Most visited CARTO Builder map at the moment", "permissions": [ "http:\/\/*.github.io\/" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "128": "icon-128.png" } } |