Adventure Tab
Every tab opens a new world
Co to jest Adventure Tab?
Adventure Tab to rozszerzenie Chrome opracowane przez FATMAP, a jego główną funkcją jest „Every tab opens a new world”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Adventure Tab
Pobierz pliki rozszerzeń Adventure Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Explore the most inspiring places on Earth. Be inspired to go outdoors.
Features:
• Inspirational adventures to discover
• Rolex effect: Bring adventures to life
• Minimal UI
• Learn more about each adventure on FATMAP
• Share Adventures with friends via Facebook and Twitter
• Get a new mountain experience or hiking route in every new tab Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | knieklonndieaapnbjgngbikaebjfcaj |
| Oficjalny URL | https://chromewebstore.google.com/detail/adventure-tab/knieklonndieaapnbjgngbikaebjfcaj |
| Opis | Every tab opens a new world |
| Rozmiar pliku | 30.15 KB |
| Liczba instalacji | 56 |
| Aktualna Wersja | 0.0.1 |
| Ostatnia Aktualizacja | 2018-12-12 |
| Data Publikacji | 2018-12-06 |
| Ocena | 5.00/5 Łącznie 6 Oceny |
| Deweloper | FATMAP |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Polityki Prywatności | https://about.fatmap.com/privacy |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.0.1",
"manifest_version": 2,
"description": "Every tab opens a new world",
"default_locale": "en",
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"chrome_url_overrides": {
"newtab": "FATMAP.html"
}
} | |