Adventure Tab

Every tab opens a new world

What is Adventure Tab?

Adventure Tab is a Chrome extension developed by FATMAP, and its main feature is "Every tab opens a new world".

Extension Screenshots

screenshot
screenshot
screenshot

Download Adventure Tab Extension CRX File

Download Adventure Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Adventure Tab Adventure Tab
ID knieklonndieaapnbjgngbikaebjfcaj
Official URL https://chromewebstore.google.com/detail/adventure-tab/knieklonndieaapnbjgngbikaebjfcaj
Description Every tab opens a new world
File Size 30.15 KB
Installation Count 56
Current Version 0.0.1
Last Updated 2018-12-12
Publish Date 2018-12-06
Rating 5.00/5 Total 6 Ratings
Developer FATMAP
Email [email protected]
Payment Type free
Privacy Policy Page URL https://about.fatmap.com/privacy
Supported Languages 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"
    }
}