RandomMap

Replace new tab with a randomly chosen DigitalGlobe satellite image

What is RandomMap?

RandomMap is a Chrome extension developed by orn688.dev, and its main feature is "Replace new tab with a randomly chosen DigitalGlobe satellite image".

Extension Screenshots

screenshot
screenshot
screenshot

Download RandomMap Extension CRX File

Download RandomMap 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

                        RandomMap replaces your new tab view with a random satellite image from MapBox.                    

Extension Basic Information

Name RandomMap RandomMap
ID mcfelmkmgbibpgkklglafpenihjockij
Official URL https://chromewebstore.google.com/detail/randommap/mcfelmkmgbibpgkklglafpenihjockij
Description Replace new tab with a randomly chosen DigitalGlobe satellite image
File Size 64.49 KB
Installation Count 41
Current Version 0.2.1
Last Updated 2017-10-09
Publish Date 2017-10-09
Rating 5.00/5 Total 1 Ratings
Developer orn688.dev
Email [email protected]
Payment Type free
Extension Website https://www.onewman.com/
Supported Languages 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"
    }
}