TravelMonkey - new tab for travellers

Discover amazing places everytime you open the new tab. Travel the world; one photo at a time.

Hvad er TravelMonkey - new tab for travellers?

TravelMonkey - new tab for travellers er en Chrome-udvidelse udviklet af https://travelmonkeyapp.com, og dens hovedfunktion er "Discover amazing places everytime you open the new tab. Travel the world; one photo at a time.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download TravelMonkey - new tab for travellers-udvidelses-CRX-fil

Download TravelMonkey - new tab for travellers-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Hello travellers 👋, transform your new tab into mesmerising travel inspirations from around the world - powered with everything else you need from your new tab.

Also get all the details you need to add it to your bucket list and decide where to go next.
 
1. Place – name of the property. (Ex. Hobbits spa & resort)  🗺️
2. Location – Middle earth 🌎
3. Temperature – 20F (feels like 24F) 🌡️
4. Weather – Partially cloudy 🌧 
5. Timezone – PST + 5.30 (10AM now)  ⏰
 
It's perfect to escape reality for a few moments every day and bring smile to your face. 😍
 
👉 HOW DO I USE IT?   

Download the extension (Duh!) > Open a new tab -> Choose "Keep it" from the popup. 

That's all! Enjoy a new inspiration every time you open a new tab. 
 
👉 WHY DID I BUILD IT? 
 
Travelux is a fun little weekend project that I have been personally using for travel inspirations for a while. I thought you'll find it interesting too ( my friends said so.) 
 
In my free time, I used to checkout cool travel places to relax; often set those as "Desktop pictures" as aspiration. But finding these places used to take forever, so I started curating them with my friends and built a huge collection over time.  
 
Besides, I was totally pissed looking at borrring new tab in Chrome; hence decided to build Travelux as a Chrome extension. 
 
There are thousands of inspirations curated from across sources (Mostly Google, what I clicked while travelling, Trip Advisor, booking, Luxury Escape, MakeMyTrip among others). There's no affiliation and content is owned by their respective owners. 

👉 PRIVACY POLICY

TLDR; we don't collect any data but external tools (Ex. Google analytics) may need some. More details here - https://docs.google.com/document/d/e/2PACX-1vQTe1GZrZvGeAStlnOn9HA0jjfBTXq00rXTnK0kSRIcxXaGyUlLPBexa4WEgS9wAMsrdl1LC3odQ-nx/pub
 
👉 CONTACT 
Submit an inspirations – https://travelmonkeyapp.com/
 
For Feedback / queries / Complaints - [email protected]
 
Caution: Highly addictive 
 
Made with love ❤️ from India; while travelling the world.                    

Grundlæggende oplysninger om udvidelsen

Navn TravelMonkey - new tab for travellers TravelMonkey - new tab for travellers
ID hjdcnhcldlclkloongmklmonejnaohek
Officiel URL https://chromewebstore.google.com/detail/travelmonkey-new-tab-for/hjdcnhcldlclkloongmklmonejnaohek
Beskrivelse Discover amazing places everytime you open the new tab. Travel the world; one photo at a time.
Filstørrelse 64.33 KB
Antal Installationer 454
Nuværende Version 1.0.3.5
Senest Opdateret 2024-01-31
Udgivelsesdato 2023-10-06
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler https://travelmonkeyapp.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://travelmonkeyapp.com/
Hjælpeside-URL https://travelmonkeyapp.com/
URL til Fortrolighedspolitik Side https://docs.google.com/document/d/e/2PACX-1vQTe1GZrZvGeAStlnOn9HA0jjfBTXq00rXTnK0kSRIcxXaGyUlLPBexa4WEgS9wAMsrdl1LC3odQ-nx/pub
Understøttede Sprog en-US
manifest.json
{
    "manifest_version": 3,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TravelMonkey - new tab for travellers",
    "description": "Discover amazing places everytime you open the new tab. Travel the world; one photo at a time.",
    "version": "1.0.3.5",
    "icons": {
        "16": "img\/icons\/icon-16-tm.png",
        "32": "img\/icons\/icon-32-tm.png",
        "48": "img\/icons\/icon-48-tm.png",
        "128": "img\/icons\/icon-128-tm.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.svg",
                "*.js",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    }
}