MyTravel Tab

Immerse yourself in the pleasure of arranging your vacations with MyTravelTab.

What is MyTravel Tab?

MyTravel Tab is a Chrome extension developed by mytraveltab.com, and its main feature is "Immerse yourself in the pleasure of arranging your vacations with MyTravelTab.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download MyTravel Tab Extension CRX File

Download MyTravel 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

                        You are a fan of traveling but you are not inspired? We got you covered! 

MyTravel Tab is an extension that will fill you with ideas for your next destination but, besides of that, it will help you focus and become better you every single day! ✨

A different backdrop will surface every time you open a new tab, and you will be amazed! We included those images to help you plan your next vacation. Seeing these photos on a regular basis will not only remind you of where you want to go next, but it will also keep you energetic and assist you in completing your daily duties.

Together with these amazing backgrounds, we implemented a couple of features to help you organize your time. 
The first one will let you see and change all wallpapers whenever you want. It means that you do not have to open a new tab every time you want different inspiration. You can just click on the small earth logo in the top left corner and enjoy the view! 🌐

We included a clock in the centre of the screen, right beneath our logo, to help you organize your work and time. As a result, you will always be on time, which is essential. ⌛

Once an idea occur on your mind, feel free to use our Search Box. 🔍

Don't be surprised if the weather changes these days. You may always check the weather forecast(in the top right corner)for your specific location and plan accordingly.  🌄🌡☁️️🌞

This one will take your breath away! Once you've decided on a destination, you can use our Google Maps tool to view the actual location, wander about the area, and get a feel for it before you go. 🗺️

In case you are curious about our extension, check the page below:
 🏠 HOMEPAGE: https://mytraveltab.com/index.html

You can quickly uninstall (but we do would not recommend because it is a masterpiece 😎) the extension by following these instructions:
I. Click on the extensions menu
II. Click on the exact extension
III. Press the three dots on the right
IV. Click "Remove from Chrome"                    

Extension Basic Information

Name MyTravel Tab MyTravel Tab
ID effmoepkmcjnbellenhobpcffjfdemdh
Official URL https://chromewebstore.google.com/detail/mytravel-tab/effmoepkmcjnbellenhobpcffjfdemdh
Description Immerse yourself in the pleasure of arranging your vacations with MyTravelTab.
File Size 13.05 MB
Installation Count 5,522
Current Version 1.0.1
Last Updated 2023-01-22
Publish Date 2022-02-17
Rating 5.00/5 Total 2 Ratings
Developer mytraveltab.com
Email [email protected]
Payment Type free
Extension Website https://mytraveltab.com/index.html
Help Page URL https://mytraveltab.com/contact.html
Privacy Policy Page URL https://mytraveltab.com/privacy-policy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyTravel Tab",
    "description": "Immerse yourself in the pleasure of arranging your vacations with MyTravelTab.",
    "version": "1.0.1",
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/64.png",
        "64": "\/images\/128.png"
    },
    "short_name": "MyTravel Tab",
    "chrome_url_overrides": {
        "newtab": "html\/new_tab_page.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/mytraveltab.com\/*"
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "bg.js"
    }
}