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
Vad är David Rumsey Map Collection - MapTab?
David Rumsey Map Collection - MapTab är en Chrome-tillägg utvecklad av Jack Reed, och dess huvudfunktion är "A tab extension for viewing the current date and time with a random map from the David Rumsey Map Collection".
Tilläggsskärmbilder
Ladda ner David Rumsey Map Collection - MapTab-förlängningens CRX-fil
Ladda ner David Rumsey Map Collection - MapTab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | fnheacjohhlddiffbmafmpoblbkfgmde |
| Officiell webbadress | https://chromewebstore.google.com/detail/david-rumsey-map-collecti/fnheacjohhlddiffbmafmpoblbkfgmde |
| Beskrivning | A tab extension for viewing the current date and time with a random map from the David Rumsey Map Collection |
| Filstorlek | 1.5 MB |
| Antal Installationer | 287 |
| Aktuell Version | 0.4.1 |
| Senast Uppdaterad | 2017-02-08 |
| Publiceringsdatum | 2017-02-08 |
| Betyg | 5.00/5 Totalt 7 Betyg |
| Utvecklare | Jack Reed |
| Betalningssätt | free |
| Hjälpsida URL | https://github.com/mejackreed/DavidRumseyMapTab/issues |
| URL till Sekretesspolicy Sidan | https://github.com/mejackreed/DavidRumseyMapTab/blob/master/PRIVACY_POLICY.md |
| Stödda Språk | 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
} | |