WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
Earth

Earth

View on Chrome Web Store
0.0 (0 ratings)
11 views

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

Earth Extension will enable you to get High Resolution Satellite Images directly from your Search Bar. Earth Extension will set…
Type
Extension
Users
10,000 users
1K
Earth
Published
Version 1.0.0.0
Manifest version
3
Updated
productivity/workflow
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.0",
    "manifest_version": 3,
    "short_name": "Earth",
    "name": "Earth",
    "background": {
        "service_worker": "src\/js\/background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "*.json"
            ]
        }
    ],
    "icons": {
        "128": "assets\/image\/earthlogo.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "omnibox": {
        "keyword": "search"
    },
    "host_permissions": [
        "*:\/\/earthapp.net\/*"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Online",
            "keyword": "EarthApp",
            "search_url": "https:\/\/earthapp.net\/admin\/public\/link?q={searchTerms}",
            "suggest_url": "https:\/\/earthapp.net\/admin\/public\/autosuggest?searchTerm={searchTerms}",
            "favicon_url": "https:\/\/earthapp.net\/admin\/public\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}
© 2025 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.