MyTravel Tab

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

O que é MyTravel Tab?

MyTravel Tab é uma extensão do Chrome desenvolvida por mytraveltab.com, e sua principal característica é "Immerse yourself in the pleasure of arranging your vacations with MyTravelTab.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão MyTravel Tab

Baixe arquivos de extensão MyTravel Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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"                    

Informações Básicas da Extensão

Nome MyTravel Tab MyTravel Tab
ID effmoepkmcjnbellenhobpcffjfdemdh
URL Oficial https://chromewebstore.google.com/detail/mytravel-tab/effmoepkmcjnbellenhobpcffjfdemdh
Descrição Immerse yourself in the pleasure of arranging your vacations with MyTravelTab.
Tamanho do Arquivo 13.05 MB
Contagem de Instalações 5,522
Versão Atual 1.0.1
Última Atualização 2023-01-22
Data de Publicação 2022-02-17
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor mytraveltab.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://mytraveltab.com/index.html
URL da Página de Ajuda https://mytraveltab.com/contact.html
URL da Página de Política de Privacidade https://mytraveltab.com/privacy-policy.html
Idiomas Suportados 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"
    }
}