David Rumsey Map Collection - MapTab
A tab extension for viewing the current date and time with a random map from the David Rumsey Map Collection
What is David Rumsey Map Collection - MapTab?
David Rumsey Map Collection - MapTab is a Chrome extension developed by Jack Reed, and its main feature is "A tab extension for viewing the current date and time with a random map from the David Rumsey Map Collection".
Extension Screenshots
Download David Rumsey Map Collection - MapTab Extension CRX File
Download David Rumsey Map Collection - MapTab 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
                        Get a random map from the David Rumsey Map Collection every time you open a new tab. Explore new this amazing collection of maps by just opening up your browser.                     Extension Basic Information
| Name |   |  
| ID | fnheacjohhlddiffbmafmpoblbkfgmde | 
| Official URL | https://chromewebstore.google.com/detail/david-rumsey-map-collecti/fnheacjohhlddiffbmafmpoblbkfgmde | 
| Description | A tab extension for viewing the current date and time with a random map from the David Rumsey Map Collection | 
| File Size | 1.5 MB | 
| Installation Count | 287 | 
| Current Version | 0.4.1 | 
| Last Updated | 2017-02-08 | 
| Publish Date | 2017-02-08 | 
| Rating | 5.00/5 Total 7 Ratings | 
| Developer | Jack Reed | 
| Payment Type | free | 
| Help Page URL | https://github.com/mejackreed/DavidRumseyMapTab/issues | 
| Privacy Policy Page URL | https://github.com/mejackreed/DavidRumseyMapTab/blob/master/PRIVACY_POLICY.md | 
| Supported Languages | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "David Rumsey Map Collection - MapTab",
    "description": "A tab extension for viewing the current date and time with a random map from the David Rumsey Map Collection",
    "short_name": "DRMC - MapTab",
    "version": "0.4.1",
    "incognito": "split",
    "offline_enabled": true,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' http:\/\/*.stanford.edu\/*; object-src 'self'",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "manifest_version": 2
}  |  |