TrendMap
Most visited CARTO Builder map at the moment
Hvad er TrendMap?
TrendMap er en Chrome-udvidelse udviklet af xavijam, og dens hovedfunktion er "Most visited CARTO Builder map at the moment".
Udvidelsesskærmbilleder
Download TrendMap-udvidelses-CRX-fil
Download TrendMap-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Display the most visited CARTO Builder map last 20 minutes.
Chrome extension created by @piensaenpixel, @luisico, @ecabanach and @xavijam. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | bhpjajmnnehdcfdchddhbocpmklpcmab |
| Officiel URL | https://chromewebstore.google.com/detail/trendmap/bhpjajmnnehdcfdchddhbocpmklpcmab |
| Beskrivelse | Most visited CARTO Builder map at the moment |
| Filstørrelse | 5.89 KB |
| Antal Installationer | 25 |
| Nuværende Version | 2.0 |
| Senest Opdateret | 2017-11-10 |
| Udgivelsesdato | 2017-11-10 |
| Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
| Udvikler | xavijam |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |