maptab

Find new cool places every time you open a tab!

Was ist maptab?

maptab ist eine Chrome-Erweiterung, die von jonathannsegal entwickelt wurde, und ihr Hauptmerkmal ist "Find new cool places every time you open a tab!".

Erweiterungsscreenshots

screenshot

maptab-Erweiterungs-CRX-Datei herunterladen

Laden Sie maptab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Map Tab shows a new location at random every time you open a tab. Explore the world before you explore the web!

Update: Add Map Card, Dice to change location, and switch to satellite view.                    

Grundlegende Informationen zur Erweiterung

Name maptab maptab
ID jokkbgbdomfhondepefdoapgabmiomjl
Offizielle URL https://chromewebstore.google.com/detail/maptab/jokkbgbdomfhondepefdoapgabmiomjl
Beschreibung Find new cool places every time you open a tab!
Dateigröße 1.07 MB
Installationsanzahl 96
Aktuelle Version 0.3.0
Letztes Update 2020-08-24
Veröffentlichungsdatum 2020-06-30
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler jonathannsegal
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/Jonathannsegal/map_tab
Hilfeseite URL https://github.com/Jonathannsegal/map_tab
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "maptab",
    "offline_enabled": true,
    "short_name": "maptab",
    "description": "Find new cool places every time you open a tab!",
    "version": "0.3.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2
}