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
Wat is David Rumsey Map Collection - MapTab?
David Rumsey Map Collection - MapTab is een Chrome-extensie ontwikkeld door Jack Reed, en de belangrijkste functie is "A tab extension for viewing the current date and time with a random map from the David Rumsey Map Collection".
Extensie Screenshots
Download het CRX-bestand van de extensie David Rumsey Map Collection - MapTab
Download David Rumsey Map Collection - MapTab-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
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. Basisinformatie over de Extensie
| Naam | |
| ID | fnheacjohhlddiffbmafmpoblbkfgmde |
| Officiële URL | https://chromewebstore.google.com/detail/david-rumsey-map-collecti/fnheacjohhlddiffbmafmpoblbkfgmde |
| Beschrijving | A tab extension for viewing the current date and time with a random map from the David Rumsey Map Collection |
| Bestandsgrootte | 1.5 MB |
| Aantal Installaties | 287 |
| Huidige Versie | 0.4.1 |
| Laatst Bijgewerkt | 2017-02-08 |
| Publicatiedatum | 2017-02-08 |
| Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | Jack Reed |
| Betalingswijze | free |
| Help Pagina-URL | https://github.com/mejackreed/DavidRumseyMapTab/issues |
| URL van de Privacybeleid Pagina | https://github.com/mejackreed/DavidRumseyMapTab/blob/master/PRIVACY_POLICY.md |
| Ondersteunde Talen | 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
} | |