RandomMap
Replace new tab with a randomly chosen DigitalGlobe satellite image
Wat is RandomMap?
RandomMap is een Chrome-extensie ontwikkeld door orn688.dev, en de belangrijkste functie is "Replace new tab with a randomly chosen DigitalGlobe satellite image".
Extensie Screenshots
Download het CRX-bestand van de extensie RandomMap
Download RandomMap-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
RandomMap replaces your new tab view with a random satellite image from MapBox. Basisinformatie over de Extensie
| Naam | |
| ID | mcfelmkmgbibpgkklglafpenihjockij |
| Officiële URL | https://chromewebstore.google.com/detail/randommap/mcfelmkmgbibpgkklglafpenihjockij |
| Beschrijving | Replace new tab with a randomly chosen DigitalGlobe satellite image |
| Bestandsgrootte | 64.49 KB |
| Aantal Installaties | 41 |
| Huidige Versie | 0.2.1 |
| Laatst Bijgewerkt | 2017-10-09 |
| Publicatiedatum | 2017-10-09 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | orn688.dev |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.onewman.com/ |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "RandomMap",
"short_name": "RandomMap",
"description": "Replace new tab with a randomly chosen DigitalGlobe satellite image",
"version": "0.2.1",
"homepage_url": "https:\/\/github.com\/oliver-newman\/random-map",
"options_page": "options.html",
"permissions": [
"https:\/\/randommap.herokuapp.com\/*"
],
"icons": {
"16": "assets\/images\/icon16.png",
"48": "assets\/images\/icon48.png",
"128": "assets\/images\/icon128.png"
},
"chrome_url_overrides": {
"newtab": "randommap.html"
},
"browser_action": {
"default_title": "RandomMap",
"default_icon": "assets\/images\/icon128.png"
}
} | |