WebExtension.net
WebExtension.net

Turas.app

View on Chrome Web Store
View Turas.app Chrome Extension on Chrome Web Store
5.0 (2 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Power tool for Google Maps that helps well-organized travelers plan their next adventure!
Type
Extension
Users
42 users
1
Website turas.app
Charles Chen
View author page of Charles Chen
Published
Published on July 25, 2024
Version 1.20
Manifest version
3
Updated
Updated on November 8, 2024
View on Chrome Web Store
View Turas.app Chrome Extension on Chrome Web Store
lifestyle/travel
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Turas.app",
    "description": "Power tool for Google Maps that helps well-organized travelers plan their next adventure!",
    "version": "1.20",
    "manifest_version": 3,
    "icons": {
        "16": "icon\/turas-t-green-16.png",
        "32": "icon\/turas-t-green-32.png",
        "48": "icon\/turas-t-green-48.png",
        "96": "icon\/turas-t-green-96.png",
        "128": "icon\/turas-t-green-128.png"
    },
    "action": {
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "src\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "logo\/turas-t-green.png",
                "fonts\/quicksand.woff2",
                "fonts\/playwrite.woff2"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "src\/maps-connector.js"
            ],
            "matches": [
                "https:\/\/*.google.com\/maps\/*",
                "https:\/\/*.google.com.au\/maps\/*",
                "https:\/\/*.google.com.sg\/maps\/*",
                "https:\/\/*.google.com.tw\/maps\/*",
                "https:\/\/*.google.co.in\/maps\/*",
                "https:\/\/*.google.co.jp\/maps\/*",
                "https:\/\/*.google.co.kr\/maps\/*",
                "https:\/\/*.google.co.nz\/maps\/*",
                "https:\/\/*.google.co.uk\/maps\/*",
                "https:\/\/*.google.dk\/maps\/*",
                "https:\/\/*.google.de\/maps\/*",
                "https:\/\/*.google.es\/maps\/*",
                "https:\/\/*.google.fr\/maps\/*",
                "https:\/\/*.google.nl\/maps\/*"
            ],
            "css": [
                "style.css"
            ]
        },
        {
            "js": [
                "src\/auth-connector.js"
            ],
            "matches": [
                "http:\/\/localhost\/*",
                "http:\/\/127.0.0.1\/*",
                "https:\/\/turas.app\/*"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top