Wanderlog: search & save Google Maps places

Make planning your next trip easier: search for places on articles and blog posts on Google Maps without switching tabs.

Co je Wanderlog: search & save Google Maps places?

Wanderlog: search & save Google Maps places je rozšíření Chrome vyvinuté https://wanderlog.com, a jeho hlavní funkcí je „Make planning your next trip easier: search for places on articles and blog posts on Google Maps without switching tabs.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Wanderlog: search & save Google Maps places

Stáhněte si soubory rozšíření Wanderlog: search & save Google Maps places ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Optimize your travel experience with the Wanderlog Chrome extension.

- Search for places mentioned on articles, blog posts, and other websites without having to open a new tab.
- Save places to your Wanderlog trip.
- Never get caught out by unexpected Airbnb fees again: See total prices on Airbnb's maps.

The extension formerly allowed you to see prices for Southwest flights on Google Flights pages, but this feature is currently disabled while we work out some issues.                    

Základní Informace o Rozšíření

Název Wanderlog: search & save Google Maps places Wanderlog: search & save Google Maps places
ID ppklhnpdbmedfmgidedifnpdfcdlfijn
Oficiální URL https://chromewebstore.google.com/detail/wanderlog-search-save-goo/ppklhnpdbmedfmgidedifnpdfcdlfijn
Popis Make planning your next trip easier: search for places on articles and blog posts on Google Maps without switching tabs.
Velikost souboru 1.45 MB
Počet instalací 24,324
Aktuální Verze 1.0.8
Poslední Aktualizace 2023-06-16
Datum Vydání 2022-10-31
Hodnocení 2.79/5 Celkem 28 Hodnocení
Vývojář https://wanderlog.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://wanderlog.com/
URL Stránky Zásad Ochrany Soukromí https://wanderlog.com/privacy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wanderlog: search & save Google Maps places",
    "version": "1.0.8",
    "description": "Make planning your next trip easier: search for places on articles and blog posts on Google Maps without switching tabs.",
    "icons": {
        "128": "assets\/logo.png"
    },
    "action": {
        "default_title": "Wanderlog Chrome extension instructions",
        "default_icon": "assets\/icon128.png"
    },
    "background": {
        "service_worker": "js\/serviceWorker.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "removeSouthwestFrameHeaders",
                "enabled": true,
                "path": "declarativeNetRequest\/removeSouthwestFrameHeaders.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequestWithHostAccess",
        "webRequest",
        "contextMenus",
        "scripting",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.southwest.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/travel\/flights*",
                "*:\/\/*.google.com\/flights*",
                "*:\/\/*.airbnb.com\/*",
                "*:\/\/*.airbnb.az\/*",
                "*:\/\/*.airbnb.co.id\/*",
                "*:\/\/*.airbnb.ba\/*",
                "*:\/\/*.airbnb.cat\/*",
                "*:\/\/*.airbnb.cz\/*",
                "*:\/\/*.airbnb.me\/*",
                "*:\/\/*.airbnb.dk\/*",
                "*:\/\/*.airbnb.de\/*",
                "*:\/\/*.airbnb.at\/*",
                "*:\/\/*.airbnb.ch\/*",
                "*:\/\/*.airbnb.com.ee\/*",
                "*:\/\/*.airbnb.com.au\/*",
                "*:\/\/*.airbnb.ca\/*",
                "*:\/\/*.airbnb.gy\/*",
                "*:\/\/*.airbnb.co.in\/*",
                "*:\/\/*.airbnb.ie\/*",
                "*:\/\/*.airbnb.co.nz\/*",
                "*:\/\/*.airbnb.com.sg\/*",
                "*:\/\/*.airbnb.ae\/*",
                "*:\/\/*.airbnb.com.ar\/*",
                "*:\/\/*.airbnb.com.bz\/*",
                "*:\/\/*.airbnb.com.bo\/*",
                "*:\/\/*.airbnb.cl\/*",
                "*:\/\/*.airbnb.com.co\/*",
                "*:\/\/*.airbnb.co.cr\/*",
                "*:\/\/*.airbnb.com.ec\/*",
                "*:\/\/*.airbnb.com.sv\/*",
                "*:\/\/*.airbnb.es\/*",
                "*:\/\/*.airbnb.com.gt\/*",
                "*:\/\/*.airbnb.com.hn\/*",
                "*:\/\/*.airbnb.mx\/*",
                "*:\/\/*.airbnb.com.ni\/*",
                "*:\/\/*.airbnb.com.pa\/*",
                "*:\/\/*.airbnb.com.py\/*",
                "*:\/\/*.airbnb.com.pe\/*",
                "*:\/\/*.airbnb.co.ve\/*",
                "*:\/\/*.airbnb.be\/*",
                "*:\/\/*.airbnb.fr\/*",
                "*:\/\/*.airbnb.co.za\/*",
                "*:\/\/*.airbnb.is\/*",
                "*:\/\/*.airbnb.it\/*",
                "*:\/\/*.airbnb.lv\/*",
                "*:\/\/*.airbnb.lt\/*",
                "*:\/\/*.airbnb.hu\/*",
                "*:\/\/*.airbnb.com.mt\/*",
                "*:\/\/*.airbnb.com.my\/*",
                "*:\/\/*.airbnb.nl\/*",
                "*:\/\/*.airbnb.no\/*",
                "*:\/\/*.airbnb.pl\/*",
                "*:\/\/*.airbnb.com.br\/*",
                "*:\/\/*.airbnb.pt\/*",
                "*:\/\/*.airbnb.com.ro\/*",
                "*:\/\/*.airbnb.si\/*",
                "*:\/\/*.airbnb.rs\/*",
                "*:\/\/*.airbnb.fi\/*",
                "*:\/\/*.airbnb.se\/*",
                "*:\/\/*.airbnb.com.ph\/*",
                "*:\/\/*.airbnb.vn\/*",
                "*:\/\/*.airbnb.tr\/*",
                "*:\/\/*.airbnb.gr\/*",
                "*:\/\/*.airbnb.ru\/*",
                "*:\/\/*.airbnb.com.ua\/*",
                "*:\/\/*.airbnb.am\/*",
                "*:\/\/*.airbnb.co.kr\/*",
                "*:\/\/*.airbnb.jp\/*",
                "*:\/\/*.airbnb.cn\/*",
                "*:\/\/*.airbnb.com.hk\/*",
                "*:\/\/*.airbnb.tw\/*",
                "*:\/\/*.wanderlog.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.southwest.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/injectedScript.js"
            ],
            "matches": [
                "*:\/\/*.southwest.com\/*"
            ]
        },
        {
            "resources": [
                "js\/mapContent.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "assets\/logo.svg",
                "assets\/logo-animated-white.gif",
                "assets\/logo-white.png"
            ],
            "matches": [
                "*:\/\/*.google.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "manifest_version": 3
}