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
Cos'è David Rumsey Map Collection - MapTab?
David Rumsey Map Collection - MapTab è un'estensione di Chrome sviluppata da Jack Reed, e la sua funzione principale è "A tab extension for viewing the current date and time with a random map from the David Rumsey Map Collection".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione David Rumsey Map Collection - MapTab
Scarica i file di estensione David Rumsey Map Collection - MapTab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | David Rumsey Map Collection - MapTab |
ID | fnheacjohhlddiffbmafmpoblbkfgmde |
URL Ufficiale | https://chromewebstore.google.com/detail/david-rumsey-map-collecti/fnheacjohhlddiffbmafmpoblbkfgmde |
Descrizione | A tab extension for viewing the current date and time with a random map from the David Rumsey Map Collection |
Dimensione del File | 1.5 MB |
Conteggio Installazioni | 287 |
Versione Corrente | 0.4.1 |
Ultimo Aggiornamento | 2017-02-08 |
Data di Pubblicazione | 2017-02-08 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | Jack Reed |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/mejackreed/DavidRumseyMapTab/issues |
URL della Pagina della Politica sulla Privacy | https://github.com/mejackreed/DavidRumseyMapTab/blob/master/PRIVACY_POLICY.md |
Lingue Supportate | 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 } |